1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
, stdenv
, fetchFromGitHub
, pkgs
, pam
, scdoc
, gtk3

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, meson
, cmake
, ninja
, wlroots
, 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 {
pname = "swww";
version = "0.8.1";

View file

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

View file

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

View file

@ -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;
};
})
}