mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
open-vm-tools: fix strictDeps inputs
(cherry picked from commit 3264095251)
This commit is contained in:
committed by
github-actions[bot]
parent
8e428d905e
commit
bb963a1647
@@ -15,6 +15,7 @@
|
||||
pciutils,
|
||||
procps,
|
||||
libtirpc,
|
||||
libtool,
|
||||
rpcsvc-proto,
|
||||
libx11,
|
||||
libxext,
|
||||
@@ -71,8 +72,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
glib # provides glib-genmarshal at build time
|
||||
makeWrapper
|
||||
pkg-config
|
||||
rpcsvc-proto # provides rpcgen at build time
|
||||
udevCheckHook
|
||||
];
|
||||
|
||||
@@ -84,12 +87,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libdrm
|
||||
libmspack
|
||||
libtirpc
|
||||
libtool # provides libltdl (libxmlsec dynamic loading)
|
||||
libxcrypt
|
||||
libxml2
|
||||
openssl
|
||||
pam
|
||||
procps
|
||||
rpcsvc-proto
|
||||
udev
|
||||
xercesc
|
||||
xmlsec
|
||||
@@ -186,6 +189,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
}"
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/vmware/open-vm-tools";
|
||||
changelog = "https://github.com/vmware/open-vm-tools/releases/tag/stable-${finalAttrs.version}";
|
||||
|
||||
Reference in New Issue
Block a user