clipman: rename from tools/misc to tools/wayland

This commit is contained in:
AndersonTorres 2021-02-16 00:12:32 -03:00
parent 6f3517b533
commit 7f3c4b5df2
2 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,9 @@
{ buildGoModule, fetchFromGitHub, lib, wl-clipboard, makeWrapper }: { buildGoModule
, fetchFromGitHub
, lib
, wl-clipboard
, makeWrapper
}:
buildGoModule rec { buildGoModule rec {
pname = "clipman"; pname = "clipman";
@ -24,9 +29,9 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/yory8/clipman"; homepage = "https://github.com/yory8/clipman";
license = licenses.gpl3;
maintainers = with maintainers; [ ma27 ];
description = "A simple clipboard manager for Wayland"; description = "A simple clipboard manager for Wayland";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -1964,7 +1964,7 @@ in
chntpw = callPackage ../tools/security/chntpw { }; chntpw = callPackage ../tools/security/chntpw { };
clipman = callPackage ../tools/misc/clipman { }; clipman = callPackage ../tools/wayland/clipman { };
clipster = callPackage ../tools/misc/clipster { }; clipster = callPackage ../tools/misc/clipster { };