Skip to content

Commit

Permalink
galen: fix on nixos
Browse files Browse the repository at this point in the history
overwritten phases omitted patchShebangs from being called so
the galen wrapper still contained `#!/usr/bin/bash`.
  • Loading branch information
gilligan committed Jul 1, 2016
1 parent 9050077 commit 6ed9cd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/tools/galen/default.nix
Expand Up @@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
};

buildInputs = [ unzip ];
phases = [ "unpackPhase" "buildPhase" "installPhase" ];

buildPhase = ''
mkdir -p $out/bin
Expand Down

0 comments on commit 6ed9cd9

Please sign in to comment.