pkgs/tools/wayland: remove dead code

figsoda 4bf0d5df 98fd1b11

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