Merge pull request #1603 from aristidb/master
fix chromium chroot build
This commit is contained in:
commit
2fa71787f5
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ let
|
|||
inherit url sha256;
|
||||
};
|
||||
|
||||
buildInputs = [ python ]; # cannot patch shebangs otherwise
|
||||
|
||||
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
|
||||
|
||||
opensslPatches = optional useOpenSSL openssl.patches;
|
||||
|
|
Loading…
Reference in a new issue