Merge pull request #123566 from stephank/fix-spnavcfg-darwin

spnavcfg: fix darwin build
This commit is contained in:
Gabriel Ebner 2021-05-18 21:35:40 +02:00 committed by GitHub
commit 21d7a60cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 ];
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
meta = with lib; {
homepage = "http://spacenav.sourceforge.net/";
description = "Interactive configuration GUI for space navigator input devices";