piper: refactor

This commit is contained in:
Gliczy
2024-11-09 16:24:17 +01:00
parent 77ee7fc30a
commit 016e5f240f
+5 -5
View File
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "libratbag";
repo = "piper";
rev = version;
sha256 = "sha256-j58fL6jJAzeagy5/1FmygUhdBm+PAlIkw22Rl/fLff4=";
hash = "sha256-j58fL6jJAzeagy5/1FmygUhdBm+PAlIkw22Rl/fLff4=";
};
nativeBuildInputs = [
@@ -61,12 +61,12 @@ python3.pkgs.buildPythonApplication rec {
patchShebangs meson_install.sh data/generate-piper-gresource.xml.py
'';
meta = with lib; {
meta = {
description = "GTK frontend for ratbagd mouse config daemon";
mainProgram = "piper";
homepage = "https://github.com/libratbag/piper";
license = licenses.gpl2Only;
maintainers = with maintainers; [ mvnetbiz ];
platforms = platforms.linux;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ mvnetbiz ];
platforms = lib.platforms.linux;
};
}