python311Packages.rubicon-objc 0 -> 1 attrpath: python311Packages.rubicon-objc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/37jrgh9psvbwdz6k8daplcg6zhiqflby-packages.json.drv building '/nix/store/37jrgh9psvbwdz6k8daplcg6zhiqflby-packages.json.drv'... Going to be running update for following packages: - python3.11-rubicon-objc-0.4.8 Press Enter key to continue... Running update for: - python3.11-rubicon-objc-0.4.8: UPDATING ... - python3.11-rubicon-objc-0.4.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/rubicon-objc/default.nix b/pkgs/development/python-modules/rubicon-objc/default.nix index 9b558e9a9fec..200acadcd0df 100644 --- a/pkgs/development/python-modules/rubicon-objc/default.nix +++ b/pkgs/development/python-modules/rubicon-objc/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "rubicon-objc"; - version = "0.4.8"; + version = "0.4.9"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "beeware"; repo = "rubicon-objc"; rev = "refs/tags/v${version}"; - hash = "sha256-aFKzLeVYn5u8hTEgXCum3XpZxI7C/Wql41jkWkCF0HQ="; + hash = "sha256-jQ/q2yIXJp+X4ajcbEqxXuYtYeyZJ1xTBjSlzqLuRpg="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/qnbki6h2cxk65ijxxickh4pppxg4qyjx-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.rubicon-objc Received ExitFailure 1 when running Raw command: /nix/store/qnbki6h2cxk65ijxxickh4pppxg4qyjx-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . python311Packages.rubicon-objc Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python311Packages.rubicon-objc/lib/customisation.nix:365:7: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python311Packages.rubicon-objc/lib/customisation.nix:365:7: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.11-rubicon-objc-0.4.9’ in /var/cache/nixpkgs-update/worker/worktree/python311Packages.rubicon-objc/pkgs/development/python-modules/rubicon-objc/default.nix:50 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ] package.meta.badPlatforms = [ ] , refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix.