Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-19 00:55:36 +00:00
committed by GitHub
49 changed files with 626 additions and 171 deletions
@@ -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";
@@ -11,6 +11,8 @@ stdenv.mkDerivation {
sha256 = "0cs8rdcnzsl10zia2k49a6c2z6gvp5rnf31sgn3hn5c7kgy7l3ax";
};
makeFlags = [ "C=${stdenv.cc.targetPrefix}c++" ];
installPhase = ''
install -Dm755 sunwait -t $out/bin
'';