Loading pkgs/by-name/as/asfa/package.nix +1 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ rustPlatform, fetchFromGitHub, stdenv, darwin, help2man, openssl, pkg-config, Loading @@ -29,9 +28,7 @@ rustPlatform.buildRustPackage { "man" ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ]; buildInputs = [ openssl ]; nativeBuildInputs = [ help2man Loading Loading
pkgs/by-name/as/asfa/package.nix +1 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ rustPlatform, fetchFromGitHub, stdenv, darwin, help2man, openssl, pkg-config, Loading @@ -29,9 +28,7 @@ rustPlatform.buildRustPackage { "man" ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ]; buildInputs = [ openssl ]; nativeBuildInputs = [ help2man Loading