Loading pkgs/by-name/st/stubby/package.nix +5 −9 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ lib, stdenv, cmake, darwin, getdns, libyaml, openssl, Loading @@ -31,14 +30,11 @@ stdenv.mkDerivation (finalAttrs: { yq ]; buildInputs = [ buildInputs = [ getdns libyaml openssl ] ++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.Security ]; ] ++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ]; postInstall = '' rm -r $out/share/doc Loading Loading
pkgs/by-name/st/stubby/package.nix +5 −9 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ lib, stdenv, cmake, darwin, getdns, libyaml, openssl, Loading @@ -31,14 +30,11 @@ stdenv.mkDerivation (finalAttrs: { yq ]; buildInputs = [ buildInputs = [ getdns libyaml openssl ] ++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.Security ]; ] ++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ]; postInstall = '' rm -r $out/share/doc Loading