1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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 = ''