fix chromium chroot build

This commit is contained in:
Aristid Breitkreuz 2014-01-26 18:02:03 +01:00
parent 8bc7c9f66d
commit 4417dd33c2

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;