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

glaxnimate: 0.5.1 -> 0.5.4 + fix #263731 #264387

Merged
merged 3 commits into from
Nov 19, 2023

Conversation

tobiasBora
Copy link
Contributor

@tobiasBora tobiasBora commented Oct 30, 2023

Description of changes

Fix #263731 and upgrade glaxnimate.

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/)
  • 23.11 Release Notes (or backporting 23.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.

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/2842

@Tiggax
Copy link

Tiggax commented Oct 31, 2023

As for Issue #263731 This PR seems to fix the build failure for my machine

Copy link
Member

@FliegendeWurst FliegendeWurst left a comment

Choose a reason for hiding this comment

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

LGTM for a squash + merge.

Result of nixpkgs-review pr 264387 run on x86_64-linux 1

1 package built:
  • glaxnimate

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-already-reviewed/2617/1204

@ivandimitrov8080
Copy link

blazingly fast checks

@FliegendeWurst FliegendeWurst added the 0.kind: ZHF Fixes Fixes during the ZHF campaign label Nov 8, 2023
@tobiasBora tobiasBora mentioned this pull request Nov 10, 2023
13 tasks
@tobiasBora
Copy link
Contributor Author

tobiasBora commented Nov 10, 2023

Could someone merge (make sure to squash during the merge) this? I keep receiving new PR trying to do the same thing.

# Translation needs to be separately compiled
# https://gitlab.com/mattbas/glaxnimate/-/issues/648
postBuild = ''
make translations
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps you could do this using buildFlags, so it's included in the same make command? That way, all the right flags would be applied. Otherwise, the makeFlags and makeFlagsArray variables would need to be used here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, it's done.

@tobiasBora
Copy link
Contributor Author

tobiasBora commented Nov 12, 2023

Should be good now (commiter: make sure so squash while merging).

@Artturin Artturin merged commit 3ea085d into NixOS:master Nov 19, 2023
23 checks passed
@tobiasBora tobiasBora deleted the glaxnimate_fix_build branch November 19, 2023 18:39
0x4d6165 pushed a commit to 0x4d6165/nixpkgs that referenced this pull request Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failure: glaxnimate
7 participants