Update pkgs/applications/virtualization/open-vm-tools/default.nix

(cherry picked from commit c619e11879529877bd102b5f1eeff7e78daa4c87)
This commit is contained in:
Sandro 2021-07-14 02:14:35 +02:00 committed by github-actions[bot]
parent 91fcbe8f4f
commit ef3ff52c1e
1 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,10 @@
{ 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,
libdrm, udev,
withX ? true }:
{ 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
, libdrm, udev
, withX ? true
}:
stdenv.mkDerivation rec {
pname = "open-vm-tools";