mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #123541 from stephank/fix-xcd-darwin
xcd: fix darwin build
This commit is contained in:
commit
90b400677b
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -D $pname $out/bin/$pname
|
||||
|
|
Loading…
Reference in a new issue