mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
gn: don't -Werror
This commit is contained in:
parent
8ee0e6664b
commit
68e86fdf8e
@ -38,6 +38,8 @@ in stdenv.mkDerivation {
|
||||
AppKit
|
||||
]);
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
buildPhase = ''
|
||||
python build/gen.py --no-last-commit-position
|
||||
ln -s ${lastCommitPosition} out/last_commit_position.h
|
||||
|
Loading…
Reference in New Issue
Block a user