Skip to content

Commit

Permalink
Merge pull request #122767 from stephank/fix-castty-darwin
Browse files Browse the repository at this point in the history
castty: fix darwin build
  • Loading branch information
risicle committed May 12, 2021
2 parents 1299c42 + 854207d commit 6751553
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/tools/misc/castty/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 6751553

Please sign in to comment.