Skip to content

libresprite: fix build with cmake 4#451388

Merged
yayayayaka merged 1 commit intoNixOS:masterfrom
leiserfg:push-skmqmmqmknuk
Oct 14, 2025
Merged

libresprite: fix build with cmake 4#451388
yayayayaka merged 1 commit intoNixOS:masterfrom
leiserfg:push-skmqmmqmknuk

Conversation

@leiserfg
Copy link
Contributor

@leiserfg leiserfg commented Oct 12, 2025

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Oct 12, 2025
@nix-owners nix-owners bot requested a review from fgaz October 12, 2025 16:31
@leiserfg
Copy link
Contributor Author

#445447 (comment)


patches = [
(fetchpatch2 {
url = "https://github.com/LibreSprite/LibreSprite/commit/dfaf4d83369f3f978d9dae838cf5ff16178f4ff6.diff";
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry but it's not what is been advised in #445447 (comment)

also not this is does not:

  • solves problems unique to packaging in Nixpkgs
  • cannot be fetched easily
  • has a high chance to disappear in the future due to unstable or unreliable URLs

So I don't understand why it needs to be vendored to be honest.

Copy link
Contributor

Choose a reason for hiding this comment

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

See the paragraph above the Vendoring patches heading:

When adding patches in this manner you should be reasonably sure that the used URL is stable. Patches referencing open pull requests will change when the PR is updated and code forges (such as GitHub) usually garbage collect commits that are no longer reachable due to rebases/amends.

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Oct 12, 2025
@yayayayaka
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 451388
Commit: a6c5e2fbfe72db923e362093ef4599f694b9e754


x86_64-linux

✅ 1 package built:
  • libresprite

Copy link
Member

@yayayayaka yayayayaka left a comment

Choose a reason for hiding this comment

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

Approved automatically following the successful run of nixpkgs-review.

@yayayayaka yayayayaka added this pull request to the merge queue Oct 14, 2025
Merged via the queue into NixOS:master with commit 8204ce9 Oct 14, 2025
32 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants