yapesdl: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-18 18:39:15 +02:00
parent 7458dcd956
commit 47a1b5e57f
1 changed files with 2 additions and 0 deletions

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