Added documentation about clang-uml-wrapped script for Nix

This commit is contained in:
Bartek Kryza
2024-05-30 21:22:59 +02:00
parent a9e99c9787
commit 9ad5336d83
3 changed files with 13 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation {
postInstall = ''
export unwrapped_clang_uml="$out/bin/clang-uml"
# inject clang and unwrapp_clang_uml variables into wrapper
# inject clang and unwrap_clang_uml variables into wrapper
substituteAll ${./wrapper} $out/bin/clang-uml-wrapped
chmod +x $out/bin/clang-uml-wrapped