spacenav-cube-example: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-18 13:56:08 +02:00
parent 1e6e18ddd1
commit 83c02160e5

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [ libX11 mesa_glu libspnav ];
configureFlags = [ "--disable-debug" ];
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
installPhase = ''
runHook preInstall