i3pystatus: move to by-name
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
0fb3d9d460
commit
60e8be0f59
@ -4,6 +4,7 @@
|
||||
, libnotify
|
||||
, gobject-introspection
|
||||
, python3Packages
|
||||
, unstableGitUpdater
|
||||
, extraLibs ? [] }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
@ -48,6 +49,8 @@ python3Packages.buildPythonApplication rec {
|
||||
# no tests in tarball
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScript = unstableGitUpdater {};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/enkore/i3pystatus";
|
||||
description = "Complete replacement for i3status";
|
||||
@ -57,6 +60,6 @@ python3Packages.buildPythonApplication rec {
|
||||
'';
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.igsha ];
|
||||
maintainers = [ maintainers.igsha maintainers.lucasew ];
|
||||
};
|
||||
}
|
@ -31429,8 +31429,6 @@ with pkgs;
|
||||
|
||||
i3nator = callPackage ../tools/misc/i3nator { };
|
||||
|
||||
i3pystatus = callPackage ../applications/window-managers/i3/pystatus.nix { };
|
||||
|
||||
i3status = callPackage ../applications/window-managers/i3/status.nix { };
|
||||
|
||||
i3status-rust = callPackage ../applications/window-managers/i3/status-rust.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user