mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 09:20:58 +03:00
chromium: Revert working around --sysroot filter
This reverts commit 5979946c41
.
I have tested this by building against the stable version of Chromium
and it seems to compile just fine, so it doesn't seem to be needed
anymore.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
1f497204f7
commit
fb65a0048a
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ 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/;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue