Merge pull request #123540 from stephank/fix-yapesdl-darwin

yapesdl: fix darwin build
This commit is contained in:
Anderson Torres 2021-05-18 17:35:28 -03:00 committed by GitHub
commit 7a674b03b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
SDL2
];
makeFlags = [ "CC=${stdenv.cc.targetPrefix}c++" ];
installPhase = ''
runHook preInstall
install --directory $out/bin $out/share/doc/$pname