pkgs/tools/wayland: remove dead code

figsoda 4bf0d5df 98fd1b11

+4 -8
-1
pkgs/tools/wayland/gtklock/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 - , pkgs 5 4 , pam 6 5 , scdoc 7 6 , gtk3
-1
pkgs/tools/wayland/mpvpaper/default.nix
··· 1 1 { stdenv 2 2 , lib 3 3 , meson 4 - , cmake 5 4 , ninja 6 5 , wlroots 7 6 , wayland
+1 -1
pkgs/tools/wayland/swww/default.nix
··· 1 - { config, lib, pkgs, fetchFromGitHub, rustPlatform, pkg-config, lz4, libxkbcommon }: 1 + { lib, fetchFromGitHub, rustPlatform, pkg-config, lz4, libxkbcommon }: 2 2 rustPlatform.buildRustPackage rec { 3 3 pname = "swww"; 4 4 version = "0.8.1";
-1
pkgs/tools/wayland/waynergy/default.nix
··· 10 10 , wayland-protocols 11 11 , wl-clipboard 12 12 , libxkbcommon 13 - , cmake 14 13 , libressl 15 14 }: 16 15 stdenv.mkDerivation rec {
+1 -2
pkgs/tools/wayland/wayout/default.nix
··· 1 1 { lib 2 - , stdenv 2 + , rustPlatform 3 3 , fetchFromSourcehut 4 - , rustPlatform 5 4 }: 6 5 7 6 rustPlatform.buildRustPackage rec {
+2 -2
pkgs/tools/wayland/wlay/default.nix
··· 15 15 , wayland-scanner 16 16 }: 17 17 18 - stdenv.mkDerivation (finalAttrs: { 18 + stdenv.mkDerivation { 19 19 pname = "wlay"; 20 20 version = "unstable-2022-01-26"; 21 21 ··· 54 54 maintainers = with lib.maintainers; [ AndersonTorres ]; 55 55 inherit (wayland.meta) platforms; 56 56 }; 57 - }) 57 + }