mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
fix chromium chroot build
This commit is contained in:
parent
8bc7c9f66d
commit
4417dd33c2
@ -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 New Issue
Block a user