Merge pull request #1603 from aristidb/master

fix chromium chroot build
This commit is contained in:
mornfall 2014-01-26 09:03:19 -08:00
commit 2fa71787f5

View file

@ -40,6 +40,8 @@ let
inherit url sha256;
};
buildInputs = [ python ]; # cannot patch shebangs otherwise
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
opensslPatches = optional useOpenSSL openssl.patches;