3
0
Fork 0
forked from mirrors/nixpkgs

ttyrec: fix build

This commit is contained in:
Franz Pletz 2016-08-24 20:09:17 +02:00
parent e74edb35a9
commit 06a5aaacab

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
patches = [ ./clang-fixes.patch ];
makeFlags = []
makeFlags = [ "CFLAGS=-DSVR4" ]
++ stdenv.lib.optional stdenv.cc.isClang "CC=clang";
installPhase = ''