Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amulet-map-editor: init at 0.10.37 #356035

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

pluiedev
Copy link
Contributor

Closes #201016

Got it to work for a brief moment before somehow it just starts to SIGBUS everywhere. Needs further investigation/reproduction

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 6.topic: python 6.topic: lib The Nixpkgs function library labels Nov 14, 2024
@nix-owners nix-owners bot requested review from alyssais and natsukium November 14, 2024 23:59
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 11-100 10.rebuild-linux: 11-100 labels Nov 15, 2024
@getchoo getchoo self-requested a review December 8, 2024 02:09
pkgs/by-name/am/amulet-map-editor/package.nix Show resolved Hide resolved
pkgs/by-name/am/amulet-map-editor/package.nix Show resolved Hide resolved
pkgs/by-name/am/amulet-map-editor/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/am/amulet-map-editor/package.nix Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could also make this a python module and use python3Packages.toPythonApplication here -- which would help you avoid so many with python3.pkgs;, etc. Up to you though ;)

Copy link
Member

@getchoo getchoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not tested, but diff LGTM and everything builds

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 356035


aarch64-linux

⏩ 2 packages blacklisted:
  • nixos-install-tools
  • tests.nixos-functions.nixos-test
✅ 23 packages built:
  • amulet-map-editor
  • amulet-map-editor.dist
  • nixpkgs-manual
  • python311Packages.amulet-core
  • python311Packages.amulet-core.dist
  • python311Packages.amulet-leveldb
  • python311Packages.amulet-leveldb.dist
  • python311Packages.amulet-nbt
  • python311Packages.amulet-nbt.dist
  • python311Packages.minecraft-resource-pack
  • python311Packages.minecraft-resource-pack.dist
  • python311Packages.pymctranslate
  • python311Packages.pymctranslate.dist
  • python312Packages.amulet-core
  • python312Packages.amulet-core.dist
  • python312Packages.amulet-leveldb
  • python312Packages.amulet-leveldb.dist
  • python312Packages.amulet-nbt
  • python312Packages.amulet-nbt.dist
  • python312Packages.minecraft-resource-pack
  • python312Packages.minecraft-resource-pack.dist
  • python312Packages.pymctranslate
  • python312Packages.pymctranslate.dist

@getchoo getchoo added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: lib The Nixpkgs function library 6.topic: python 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 11-100 10.rebuild-linux: 11-100 11.by: package-maintainer This PR was created by the maintainer of the package it changes 12.approvals: 1 This PR was reviewed and approved by one reputable person
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Amulet Editor
2 participants