responsie file logic

This commit is contained in:
Moritz Angermann
2021-02-09 09:46:47 +08:00
parent ece4c62d4b
commit 11b4d6c633
3 changed files with 17 additions and 5 deletions
@@ -121,6 +121,7 @@ stdenv.mkDerivation {
local dst="$1"
local wrapper="$2"
export prog="$3"
export use_response_file_by_default=${if isClang then "1" else "0"}
substituteAll "$wrapper" "$out/bin/$dst"
chmod +x "$out/bin/$dst"
}