3
0
Fork 0
forked from mirrors/nixpkgs

rcs: Use c99 on darwin

This commit is contained in:
Shea Levy 2015-08-20 08:09:55 -04:00
parent 2d4b6405b3
commit b661ebe3cb

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
doCheck = true;
NIX_CFLAGS_COMPILE = if stdenv.isDarwin then "-std=gnu99" else null;
meta = {
homepage = http://www.gnu.org/software/rcs/;
description = "Revision control system";