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

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";