nix package: adjust wrapper for clang-uml

This commit is contained in:
Pogobanane
2024-05-28 14:22:42 +00:00
parent 57a681a626
commit d82c2e4acf
2 changed files with 8 additions and 5 deletions

View File

@@ -28,4 +28,4 @@ export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}${CPLUS_INCLUDE_PATH:+':'}$(build
$(<@clang@/nix-support/libcxx-cxxflags) \
$(<@clang@/nix-support/libc-cflags)):@clang@/resource-root/include
exec -a "$0" @unwrapped@/bin/$(basename $0) "$@"
exec @unwrapped_clang_uml@ "$@"