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

authored by scrumplex.net and committed by GitHub 6ea347c2 391735fe

+5 -9
+5 -9
pkgs/by-name/st/stubby/package.nix
··· 5 lib, 6 stdenv, 7 cmake, 8 - darwin, 9 getdns, 10 libyaml, 11 openssl, ··· 31 yq 32 ]; 33 34 - buildInputs = 35 - [ 36 - getdns 37 - libyaml 38 - openssl 39 - ] 40 - ++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ] 41 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.Security ]; 42 43 postInstall = '' 44 rm -r $out/share/doc
··· 5 lib, 6 stdenv, 7 cmake, 8 getdns, 9 libyaml, 10 openssl, ··· 30 yq 31 ]; 32 33 + buildInputs = [ 34 + getdns 35 + libyaml 36 + openssl 37 + ] ++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ]; 38 39 postInstall = '' 40 rm -r $out/share/doc