forked from mirrors/nixpkgs
castty: fix darwin build
This commit is contained in:
parent
1299c42d88
commit
854207d16c
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue