Merge pull request #123566 from stephank/fix-spnavcfg-darwin
spnavcfg: fix darwin build
This commit is contained in:
commit
21d7a60cef
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ gtk2 ];
|
buildInputs = [ gtk2 ];
|
||||||
|
|
||||||
|
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://spacenav.sourceforge.net/";
|
homepage = "http://spacenav.sourceforge.net/";
|
||||||
description = "Interactive configuration GUI for space navigator input devices";
|
description = "Interactive configuration GUI for space navigator input devices";
|
||||||
|
|
Loading…
Reference in a new issue