stubby: fix eval by removing darwin.Security (#404978)

This commit is contained in:
Sefa Eyeoglu
2025-05-07 19:13:54 +02:00
committed by GitHub
+5 -9
View File
@@ -5,7 +5,6 @@
lib,
stdenv,
cmake,
darwin,
getdns,
libyaml,
openssl,
@@ -31,14 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
yq
];
buildInputs =
[
getdns
libyaml
openssl
]
++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.Security ];
buildInputs = [
getdns
libyaml
openssl
] ++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ];
postInstall = ''
rm -r $out/share/doc