Prevent shebangs from being patched

This commit is contained in:
Manuel Thalmann 2024-06-20 16:24:15 +02:00
parent 70d8cb6aaf
commit f219d2fba3

View file

@ -11,6 +11,7 @@
sha256 = "u1dZ33IPgzA1ftNMuuMwNRSeifxEgeW8WObFwrUpZgQ="; sha256 = "u1dZ33IPgzA1ftNMuuMwNRSeifxEgeW8WObFwrUpZgQ=";
}; };
dontPatchShebangs = true;
preInstall = "export PREFIX=$out"; preInstall = "export PREFIX=$out";
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [