wev: rename from tools/misc to tools/wayland

This commit is contained in:
AndersonTorres 2021-02-16 00:23:16 -03:00
parent 70066b0191
commit e72435ba8e
2 changed files with 12 additions and 7 deletions

View file

@ -1,6 +1,11 @@
{ lib, stdenv, fetchurl { lib
, pkg-config, scdoc, wayland , stdenv
, wayland-protocols, libxkbcommon , fetchurl
, pkg-config
, scdoc
, wayland
, wayland-protocols
, libxkbcommon
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -18,14 +23,14 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ]; installFlags = [ "PREFIX=$(out)" ];
meta = with lib; { meta = with lib; {
homepage = "https://git.sr.ht/~sircmpwn/wev";
description = "Wayland event viewer"; description = "Wayland event viewer";
longDescription = '' longDescription = ''
This is a tool for debugging events on a Wayland window, analagous to the This is a tool for debugging events on a Wayland window, analagous to the
X11 tool xev. X11 tool xev.
''; '';
homepage = "https://git.sr.ht/~sircmpwn/wev";
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos ]; maintainers = with maintainers; [ primeos ];
platforms = platforms.unix;
}; };
} }

View file

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