Don't replace the shebang in nix-wrap
This commit is contained in:
@@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
|
||||
dontUnpack = true;
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
dontPatchShebangs = true;
|
||||
NIX_DEBUG = 0;
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user