Loading pkgs/tools/security/feroxbuster/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pkg-config , rustPlatform , Security , SystemConfiguration }: rustPlatform.buildRustPackage rec { Loading Loading @@ -35,6 +36,7 @@ rustPlatform.buildRustPackage rec { openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; # Tests require network access Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -7917,7 +7917,7 @@ with pkgs; ferm = callPackage ../tools/networking/ferm { }; feroxbuster = callPackage ../tools/security/feroxbuster { inherit (darwin.apple_sdk.frameworks) Security; inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; }; ffsend = callPackage ../tools/misc/ffsend { Loading
pkgs/tools/security/feroxbuster/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pkg-config , rustPlatform , Security , SystemConfiguration }: rustPlatform.buildRustPackage rec { Loading Loading @@ -35,6 +36,7 @@ rustPlatform.buildRustPackage rec { openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; # Tests require network access Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -7917,7 +7917,7 @@ with pkgs; ferm = callPackage ../tools/networking/ferm { }; feroxbuster = callPackage ../tools/security/feroxbuster { inherit (darwin.apple_sdk.frameworks) Security; inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; }; ffsend = callPackage ../tools/misc/ffsend {