Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rcs: Fix build on gcc 5

http://hydra.nixos.org/build/32624218
(cherry picked from commit 1c74a16e10e6d5ebff37d7846638c99850dce641)

+1 -1
+1 -1
pkgs/applications/version-management/rcs/default.nix
··· 12 12 13 13 doCheck = true; 14 14 15 - NIX_CFLAGS_COMPILE = if stdenv.isDarwin then "-std=gnu99" else null; 15 + NIX_CFLAGS_COMPILE = [ "-std=c99" ]; 16 16 17 17 meta = { 18 18 homepage = http://www.gnu.org/software/rcs/;