Merge pull request #123541 from stephank/fix-xcd-darwin

xcd: fix darwin build
This commit is contained in:
Robert Scott
2021-05-19 00:24:52 +01:00
committed by GitHub

View File

@@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
};
buildInputs = [ ncurses ];
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
installPhase = ''
runHook preInstall
install -D $pname $out/bin/$pname