mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Revert "chromium: Force -fno-stack-protector..."
This reverts commit b7cbb4da11
.
The main reason behind this - apart from looking ugly - is that it didn't really
solve anything, see:
http://hydra.nixos.org/build/4198299
So, we need a different and less hacky approach...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
0a43ce41de
commit
28eff71465
@ -223,6 +223,4 @@ in stdenv.mkDerivation rec {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
} // optionalAttrs only25 {
|
|
||||||
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user