forked from mirrors/nixpkgs
chromium: Fix build
This works around ld-wrapper's --sysroot filter not working on '@' command lines. Fixes #3642.
This commit is contained in:
parent
1d996821fb
commit
5979946c41
|
@ -30,6 +30,8 @@ mkChromiumDerivation (base: rec {
|
|||
done
|
||||
'';
|
||||
|
||||
preHook = "unset NIX_ENFORCE_PURITY";
|
||||
|
||||
meta = {
|
||||
description = "An open source web browser from Google";
|
||||
homepage = http://www.chromium.org/;
|
||||
|
|
|
@ -108,7 +108,7 @@ let
|
|||
nspr udev
|
||||
(if useOpenSSL then openssl else nss)
|
||||
utillinux alsaLib
|
||||
gcc bison gperf krb5
|
||||
bison gperf krb5
|
||||
glib gtk dbus_glib
|
||||
libXScrnSaver libXcursor libXtst mesa
|
||||
pciutils protobuf speechd libXdamage
|
||||
|
|
Loading…
Reference in a new issue