wl-clipboard: rename from tools/misc to tools/wayland
This commit is contained in:
parent
e72435ba8e
commit
e6070d1e08
@ -1,5 +1,12 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config
|
{ lib
|
||||||
, wayland, wayland-protocols }:
|
, stdenv
|
||||||
|
, fetchFromGitHub
|
||||||
|
, meson
|
||||||
|
, ninja
|
||||||
|
, pkg-config
|
||||||
|
, wayland
|
||||||
|
, wayland-protocols
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wl-clipboard";
|
pname = "wl-clipboard";
|
||||||
@ -16,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ wayland ];
|
buildInputs = [ wayland ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command-line copy/paste utilities for Wayland";
|
|
||||||
homepage = "https://github.com/bugaevc/wl-clipboard";
|
homepage = "https://github.com/bugaevc/wl-clipboard";
|
||||||
|
description = "Command-line copy/paste utilities for Wayland";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ dywedir ];
|
maintainers = with maintainers; [ dywedir ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
@ -1972,6 +1972,8 @@ in
|
|||||||
|
|
||||||
wev = callPackage ../tools/wayland/wev { };
|
wev = callPackage ../tools/wayland/wev { };
|
||||||
|
|
||||||
|
wl-clipboard = callPackage ../tools/wayland/wl-clipboard { };
|
||||||
|
|
||||||
clipster = callPackage ../tools/misc/clipster { };
|
clipster = callPackage ../tools/misc/clipster { };
|
||||||
|
|
||||||
contrast = callPackage ../applications/accessibility/contrast { };
|
contrast = callPackage ../applications/accessibility/contrast { };
|
||||||
@ -3858,8 +3860,6 @@ in
|
|||||||
|
|
||||||
wayland-utils = callPackage ../tools/wayland/wayland-utils { };
|
wayland-utils = callPackage ../tools/wayland/wayland-utils { };
|
||||||
|
|
||||||
wl-clipboard = callPackage ../tools/misc/wl-clipboard { };
|
|
||||||
|
|
||||||
wlsunset = callPackage ../tools/wayland/wlsunset { };
|
wlsunset = callPackage ../tools/wayland/wlsunset { };
|
||||||
|
|
||||||
wob = callPackage ../tools/misc/wob { };
|
wob = callPackage ../tools/misc/wob { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user