forked from mirrors/nixpkgs
rcs: use std=gnu99 to compile with gcc5
This commit is contained in:
parent
70e6a117fa
commit
e06726ba15
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
NIX_CFLAGS_COMPILE = if stdenv.isDarwin then "-std=gnu99" else null;
|
||||
NIX_CFLAGS_COMPILE = "-std=gnu99";
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/rcs/;
|
||||
|
|
Loading…
Reference in a new issue