lol

ttyrec: fix build

+1 -1
+1 -1
pkgs/tools/misc/ttyrec/default.nix
··· 11 11 12 12 patches = [ ./clang-fixes.patch ]; 13 13 14 - makeFlags = [] 14 + makeFlags = [ "CFLAGS=-DSVR4" ] 15 15 ++ stdenv.lib.optional stdenv.cc.isClang "CC=clang"; 16 16 17 17 installPhase = ''