wl-clipboard: rename from tools/misc to tools/wayland

This commit is contained in:
AndersonTorres 2021-02-16 00:27:54 -03:00
parent e72435ba8e
commit e6070d1e08
2 changed files with 12 additions and 5 deletions

View file

@ -1,5 +1,12 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config
, wayland, wayland-protocols }:
{ lib
, stdenv
, fetchFromGitHub
, meson
, ninja
, pkg-config
, wayland
, wayland-protocols
}:
stdenv.mkDerivation rec {
pname = "wl-clipboard";
@ -16,8 +23,8 @@ stdenv.mkDerivation rec {
buildInputs = [ wayland ];
meta = with lib; {
description = "Command-line copy/paste utilities for Wayland";
homepage = "https://github.com/bugaevc/wl-clipboard";
description = "Command-line copy/paste utilities for Wayland";
license = licenses.gpl3;
maintainers = with maintainers; [ dywedir ];
platforms = platforms.linux;

View file

@ -1972,6 +1972,8 @@ in
wev = callPackage ../tools/wayland/wev { };
wl-clipboard = callPackage ../tools/wayland/wl-clipboard { };
clipster = callPackage ../tools/misc/clipster { };
contrast = callPackage ../applications/accessibility/contrast { };
@ -3858,8 +3860,6 @@ in
wayland-utils = callPackage ../tools/wayland/wayland-utils { };
wl-clipboard = callPackage ../tools/misc/wl-clipboard { };
wlsunset = callPackage ../tools/wayland/wlsunset { };
wob = callPackage ../tools/misc/wob { };