mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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
|
||||
'';
|
||||
|
||||
preHook = "unset NIX_ENFORCE_PURITY";
|
||||
|
||||
meta = {
|
||||
description = "An open source web browser from Google";
|
||||
homepage = http://www.chromium.org/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue