mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
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
|
||||
, 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;
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user