fix chromium chroot build
This commit is contained in:
parent
8bc7c9f66d
commit
4417dd33c2
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