mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
galen: fix on nixos
overwritten phases omitted patchShebangs from being called so the galen wrapper still contained `#!/usr/bin/bash`.
This commit is contained in:
parent
9050077cff
commit
6ed9cd9b00
@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user