Loading pkgs/by-name/ar/argc/package.nix +15 −0 Original line number Diff line number Diff line { lib, buildPackages, pkgsCross, rustPlatform, stdenv, fetchFromGitHub, Loading Loading @@ -36,6 +37,20 @@ rustPlatform.buildRustPackage rec { disallowedReferences = lib.optional (!canExecuteHost) buildPackages.argc; passthru = { tests = { cross = ( if stdenv.hostPlatform.isDarwin then if stdenv.hostPlatform.isAarch64 then pkgsCross.x86_64-darwin else pkgsCross.aarch64-darwin else if stdenv.hostPlatform.isAarch64 then pkgsCross.gnu64 else pkgsCross.aarch64-multiplatform ).argc; }; }; meta = with lib; { description = "Command-line options, arguments and sub-commands parser for bash"; mainProgram = "argc"; Loading Loading
pkgs/by-name/ar/argc/package.nix +15 −0 Original line number Diff line number Diff line { lib, buildPackages, pkgsCross, rustPlatform, stdenv, fetchFromGitHub, Loading Loading @@ -36,6 +37,20 @@ rustPlatform.buildRustPackage rec { disallowedReferences = lib.optional (!canExecuteHost) buildPackages.argc; passthru = { tests = { cross = ( if stdenv.hostPlatform.isDarwin then if stdenv.hostPlatform.isAarch64 then pkgsCross.x86_64-darwin else pkgsCross.aarch64-darwin else if stdenv.hostPlatform.isAarch64 then pkgsCross.gnu64 else pkgsCross.aarch64-multiplatform ).argc; }; }; meta = with lib; { description = "Command-line options, arguments and sub-commands parser for bash"; mainProgram = "argc"; Loading