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
2 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,8 @@ mkChromiumDerivation (base: rec {
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
preHook = "unset NIX_ENFORCE_PURITY";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An open source web browser from Google";
|
description = "An open source web browser from Google";
|
||||||
homepage = http://www.chromium.org/;
|
homepage = http://www.chromium.org/;
|
||||||
|
|
|
@ -108,7 +108,7 @@ let
|
||||||
nspr udev
|
nspr udev
|
||||||
(if useOpenSSL then openssl else nss)
|
(if useOpenSSL then openssl else nss)
|
||||||
utillinux alsaLib
|
utillinux alsaLib
|
||||||
gcc bison gperf krb5
|
bison gperf krb5
|
||||||
glib gtk dbus_glib
|
glib gtk dbus_glib
|
||||||
libXScrnSaver libXcursor libXtst mesa
|
libXScrnSaver libXcursor libXtst mesa
|
||||||
pciutils protobuf speechd libXdamage
|
pciutils protobuf speechd libXdamage
|
||||||
|
|
Loading…
Add table
Reference in a new issue