lol

castty: fix darwin build

+4 -1
+4 -1
pkgs/tools/misc/castty/default.nix
··· 13 13 14 14 buildInputs = [ libsoundio lame ]; 15 15 16 - makeFlags = [ "PREFIX=$(out)" ]; 16 + makeFlags = [ 17 + "CC=${stdenv.cc.targetPrefix}cc" 18 + "PREFIX=$(out)" 19 + ]; 17 20 18 21 meta = with lib; { 19 22 description = "CLI tool to record audio-enabled screencasts of your terminal, for the web";