pkgs/tools/wayland: remove dead code

This commit is contained in:
figsoda 2023-07-25 16:33:37 -04:00
parent 98fd1b1115
commit 4bf0d5dfa2
6 changed files with 4 additions and 8 deletions

View file

@ -1,7 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, pkgs
, pam , pam
, scdoc , scdoc
, gtk3 , gtk3

View file

@ -1,7 +1,6 @@
{ stdenv { stdenv
, lib , lib
, meson , meson
, cmake
, ninja , ninja
, wlroots , wlroots
, wayland , wayland

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, fetchFromGitHub, rustPlatform, pkg-config, lz4, libxkbcommon }: { lib, fetchFromGitHub, rustPlatform, pkg-config, lz4, libxkbcommon }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "swww"; pname = "swww";
version = "0.8.1"; version = "0.8.1";

View file

@ -10,7 +10,6 @@
, wayland-protocols , wayland-protocols
, wl-clipboard , wl-clipboard
, libxkbcommon , libxkbcommon
, cmake
, libressl , libressl
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {

View file

@ -1,7 +1,6 @@
{ lib { lib
, stdenv
, fetchFromSourcehut
, rustPlatform , rustPlatform
, fetchFromSourcehut
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {

View file

@ -15,7 +15,7 @@
, wayland-scanner , wayland-scanner
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation {
pname = "wlay"; pname = "wlay";
version = "unstable-2022-01-26"; version = "unstable-2022-01-26";
@ -54,4 +54,4 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ AndersonTorres ];
inherit (wayland.meta) platforms; inherit (wayland.meta) platforms;
}; };
}) }