Merge pull request #123506 from stephank/fix-spacenav-cube-example-darwin

spacenav-cube-example: fix darwin build
This commit is contained in:
Jörg Thalheim
2021-05-19 06:54:49 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [ libX11 mesa_glu libspnav ];
configureFlags = [ "--disable-debug" ];
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
installPhase = ''
runHook preInstall