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 {
pname = "clipman";
@ -24,9 +29,9 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://github.com/yory8/clipman";
license = licenses.gpl3;
maintainers = with maintainers; [ ma27 ];
description = "A simple clipboard manager for Wayland";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux;
};
}

View file

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