pidcat: restore shebang patch skip

This commit is contained in:
Harsh Shandilya 2024-04-26 23:58:55 +05:30
parent 70a2d37455
commit ea4224f9b0
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {
hash = "sha256-VOIND2CzWo+LV84C+FbTC0r3FqY7VpBaWn95IKTYFT8=";
};
# Nixpkgs breaks the `env -S` part somehow
dontPatchShebangs = true;
nativeBuildInputs = [installShellFiles];
postInstall = ''