castty: fix darwin build
This commit is contained in:
@@ -13,7 +13,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ libsoundio lame ];
|
buildInputs = [ libsoundio lame ];
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [
|
||||||
|
"CC=${stdenv.cc.targetPrefix}cc"
|
||||||
|
"PREFIX=$(out)"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "CLI tool to record audio-enabled screencasts of your terminal, for the web";
|
description = "CLI tool to record audio-enabled screencasts of your terminal, for the web";
|
||||||
|
|||||||
Reference in New Issue
Block a user