yapesdl: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-18 18:39:15 +02:00
parent 7458dcd956
commit 47a1b5e57f

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