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
commit 90b400677b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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