Loading pkgs/by-name/bu/buckle/package.nix +3 −10 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, rustPlatform, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -18,18 +16,13 @@ rustPlatform.buildRustPackage rec { hash = "sha256-eWhcDzw+6I5N0dse5avwhcQ/y6YZ6b3QKyBwWBrA/xo="; }; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.SystemConfiguration ]; checkFlags = [ # Both tests access the network. "--skip=test_buck2_latest" "--skip=test_buck2_specific_version" ]; meta = with lib; { meta = { description = "Buck2 launcher"; longDescription = '' Buckle is a launcher for [Buck2](https://buck2.build). It manages Loading @@ -39,8 +32,8 @@ rustPlatform.buildRustPackage rec { enforcing the prelude is upgraded in sync. ''; homepage = "https://github.com/benbrittain/buckle"; license = licenses.mit; maintainers = with maintainers; [ cbarrete ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ cbarrete ]; mainProgram = "buckle"; }; } Loading
pkgs/by-name/bu/buckle/package.nix +3 −10 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, rustPlatform, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -18,18 +16,13 @@ rustPlatform.buildRustPackage rec { hash = "sha256-eWhcDzw+6I5N0dse5avwhcQ/y6YZ6b3QKyBwWBrA/xo="; }; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.SystemConfiguration ]; checkFlags = [ # Both tests access the network. "--skip=test_buck2_latest" "--skip=test_buck2_specific_version" ]; meta = with lib; { meta = { description = "Buck2 launcher"; longDescription = '' Buckle is a launcher for [Buck2](https://buck2.build). It manages Loading @@ -39,8 +32,8 @@ rustPlatform.buildRustPackage rec { enforcing the prelude is upgraded in sync. ''; homepage = "https://github.com/benbrittain/buckle"; license = licenses.mit; maintainers = with maintainers; [ cbarrete ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ cbarrete ]; mainProgram = "buckle"; }; }