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:
Tobias Pflug 2016-07-01 16:09:20 +02:00
parent 9050077cff
commit 6ed9cd9b00

View file

@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
};
buildInputs = [ unzip ];
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
buildPhase = ''
mkdir -p $out/bin