clipman: rename from tools/misc to tools/wayland
This commit is contained in:
parent
6f3517b533
commit
7f3c4b5df2
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -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 { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user