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:
aszlig 2016-03-20 21:04:02 +01:00
parent 1f497204f7
commit fb65a0048a
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -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/;