wlr-randr: rename from tools/misc to tools/wayland
This commit is contained in:
parent
e6070d1e08
commit
34688a7fb0
@ -1,4 +1,12 @@
|
||||
{ lib, stdenv, fetchFromGitHub, meson, ninja, cmake, pkg-config, wayland }:
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, meson
|
||||
, ninja
|
||||
, cmake
|
||||
, pkg-config
|
||||
, wayland
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wlr-randr";
|
||||
@ -15,9 +23,10 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ wayland ];
|
||||
|
||||
meta = with lib; {
|
||||
license = licenses.mit;
|
||||
description = "An xrandr clone for wlroots compositors";
|
||||
homepage = "https://github.com/emersion/wlr-randr";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
@ -1974,6 +1974,8 @@ in
|
||||
|
||||
wl-clipboard = callPackage ../tools/wayland/wl-clipboard { };
|
||||
|
||||
wlr-randr = callPackage ../tools/wayland/wlr-randr { };
|
||||
|
||||
clipster = callPackage ../tools/misc/clipster { };
|
||||
|
||||
contrast = callPackage ../applications/accessibility/contrast { };
|
||||
@ -22818,8 +22820,6 @@ in
|
||||
|
||||
super-productivity = callPackage ../applications/networking/super-productivity { };
|
||||
|
||||
wlr-randr = callPackage ../tools/misc/wlr-randr { };
|
||||
|
||||
wlroots = callPackage ../development/libraries/wlroots { };
|
||||
|
||||
sway-unwrapped = callPackage ../applications/window-managers/sway { };
|
||||
|
Loading…
Reference in New Issue
Block a user