castty: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-12 22:33:02 +02:00
parent 1299c42d88
commit 854207d16c

View file

@ -13,7 +13,10 @@ stdenv.mkDerivation {
buildInputs = [ libsoundio lame ];
makeFlags = [ "PREFIX=$(out)" ];
makeFlags = [
"CC=${stdenv.cc.targetPrefix}cc"
"PREFIX=$(out)"
];
meta = with lib; {
description = "CLI tool to record audio-enabled screencasts of your terminal, for the web";