mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 04:07:46 +00:00
wev: rename from tools/misc to tools/wayland
This commit is contained in:
parent
70066b0191
commit
e72435ba8e
@ -1,6 +1,11 @@
|
||||
{ lib, stdenv, fetchurl
|
||||
, pkg-config, scdoc, wayland
|
||||
, wayland-protocols, libxkbcommon
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, pkg-config
|
||||
, scdoc
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, libxkbcommon
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -18,14 +23,14 @@ stdenv.mkDerivation rec {
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://git.sr.ht/~sircmpwn/wev";
|
||||
description = "Wayland event viewer";
|
||||
longDescription = ''
|
||||
This is a tool for debugging events on a Wayland window, analagous to the
|
||||
X11 tool xev.
|
||||
'';
|
||||
homepage = "https://git.sr.ht/~sircmpwn/wev";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ primeos ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
@ -1970,6 +1970,8 @@ in
|
||||
|
||||
slurp = callPackage ../tools/wayland/slurp { };
|
||||
|
||||
wev = callPackage ../tools/wayland/wev { };
|
||||
|
||||
clipster = callPackage ../tools/misc/clipster { };
|
||||
|
||||
contrast = callPackage ../applications/accessibility/contrast { };
|
||||
@ -3856,8 +3858,6 @@ in
|
||||
|
||||
wayland-utils = callPackage ../tools/wayland/wayland-utils { };
|
||||
|
||||
wev = callPackage ../tools/misc/wev { };
|
||||
|
||||
wl-clipboard = callPackage ../tools/misc/wl-clipboard { };
|
||||
|
||||
wlsunset = callPackage ../tools/wayland/wlsunset { };
|
||||
|
Loading…
Reference in New Issue
Block a user