Merge pull request #333050 from HeitorAugustoLN/polonium

polonium: move to by-name, add HeitorAugustoLN to maintainers
This commit is contained in:
Florian 2024-08-11 15:25:45 +02:00 committed by GitHub
commit 73fc02bff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ lib
, fetchFromGitHub
, buildNpmPackage
, plasma-framework
, libsForQt5
}:
# how to update:
@ -28,7 +28,7 @@ buildNpmPackage rec {
# manually do the install
buildFlags = [ "res" "src" ];
nativeBuildInputs = [ plasma-framework ];
nativeBuildInputs = with libsForQt5; [ plasma-framework ];
dontNpmBuild = true;
@ -45,7 +45,11 @@ buildNpmPackage rec {
meta = with lib; {
description = "Auto-tiler that uses KWin 6.0+ tiling functionality";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg kotatsuyaki ];
inherit (plasma-framework.meta) platforms;
maintainers = with maintainers; [
peterhoeg
kotatsuyaki
HeitorAugustoLN
];
inherit (libsForQt5.plasma-framework.meta) platforms;
};
}

View File

@ -184,7 +184,6 @@ let
kzones = callPackage ./3rdparty/kwin/scripts/kzones.nix { };
lightly = callPackage ./3rdparty/lightly { };
parachute = callPackage ./3rdparty/kwin/scripts/parachute.nix { };
polonium = callPackage ./3rdparty/addons/polonium.nix { };
};
} // lib.optionalAttrs config.allowAliases {