summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-05-19 06:54:49 +0100
committerGitHub <noreply@github.com>2021-05-19 06:54:49 +0100
commit9a417aebd64c2e183e4ad4da8ea6cc62740482ef (patch)
tree79d1b077c465e5c6b4905f97edacf66a14ea59a3 /pkgs/applications
parent3ef6d5d77cfd48abe44055208adb215d97fedd77 (diff)
parent83c02160e50d50b75ceab283d543bc9a629a1af3 (diff)
downloadnixpkgs-9a417aebd64c2e183e4ad4da8ea6cc62740482ef.tar
nixpkgs-9a417aebd64c2e183e4ad4da8ea6cc62740482ef.tar.gz
nixpkgs-9a417aebd64c2e183e4ad4da8ea6cc62740482ef.tar.bz2
nixpkgs-9a417aebd64c2e183e4ad4da8ea6cc62740482ef.tar.lz
nixpkgs-9a417aebd64c2e183e4ad4da8ea6cc62740482ef.tar.xz
nixpkgs-9a417aebd64c2e183e4ad4da8ea6cc62740482ef.tar.zst
nixpkgs-9a417aebd64c2e183e4ad4da8ea6cc62740482ef.zip
Merge pull request #123506 from stephank/fix-spacenav-cube-example-darwin
spacenav-cube-example: fix darwin build
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/spacenav-cube-example/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/spacenav-cube-example/default.nix b/pkgs/applications/misc/spacenav-cube-example/default.nix
index 1221db1ad96..697d13c8c0e 100644
--- a/pkgs/applications/misc/spacenav-cube-example/default.nix
+++ b/pkgs/applications/misc/spacenav-cube-example/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
 
   buildInputs = [ libX11 mesa_glu libspnav ];
 
-  configureFlags = [ "--disable-debug" ];
+  makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
 
   installPhase = ''
     runHook preInstall