ttyrec: fix build

This commit is contained in:
Franz Pletz
2016-08-24 21:31:02 +02:00
parent e74edb35a9
commit 06a5aaacab
+1 -1
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 = ''