Remove unused dependencies

(cherry picked from commit 5f093827334ab825c8e9f9fc367ad20adbd7103a)
This commit is contained in:
Jeremy Kolb 2021-07-12 06:40:10 -04:00 committed by github-actions[bot]
parent 22180dc1d0
commit 91fcbe8f4f
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, autoreconfHook, fetchpatch,
{ stdenv, lib, fetchFromGitHub, makeWrapper, autoreconfHook,
bash, fuse, libmspack, openssl, pam, xercesc, icu, libdnet, procps, libtirpc, rpcsvc-proto,
libX11, libXext, libXinerama, libXi, libXrender, libXrandr, libXtst,
pkg-config, glib, gdk-pixbuf-xlib, gtk3, gtkmm3, iproute2, dbus, systemd, which,
linux-pam, libdrm, udev,
libdrm, udev,
withX ? true }:
stdenv.mkDerivation rec {