pkgs/tools/wayland: remove dead code
This commit is contained in:
parent
98fd1b1115
commit
4bf0d5dfa2
6 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, pkgs
|
||||
, pam
|
||||
, scdoc
|
||||
, gtk3
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, meson
|
||||
, cmake
|
||||
, ninja
|
||||
, wlroots
|
||||
, wayland
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, fetchFromGitHub, rustPlatform, pkg-config, lz4, libxkbcommon }:
|
||||
{ lib, fetchFromGitHub, rustPlatform, pkg-config, lz4, libxkbcommon }:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "swww";
|
||||
version = "0.8.1";
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
, wayland-protocols
|
||||
, wl-clipboard
|
||||
, libxkbcommon
|
||||
, cmake
|
||||
, libressl
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchFromSourcehut
|
||||
, rustPlatform
|
||||
, fetchFromSourcehut
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
, wayland-scanner
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
stdenv.mkDerivation {
|
||||
pname = "wlay";
|
||||
version = "unstable-2022-01-26";
|
||||
|
||||
|
@ -54,4 +54,4 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||
inherit (wayland.meta) platforms;
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue