Skip to content

acc: fix build with cmake 4#449710

Merged
SigmaSquadron merged 1 commit intoNixOS:masterfrom
keenanweaver:acc-cmake
Oct 9, 2025
Merged

acc: fix build with cmake 4#449710
SigmaSquadron merged 1 commit intoNixOS:masterfrom
keenanweaver:acc-cmake

Conversation

@keenanweaver
Copy link
Member

#445447

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: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Oct 7, 2025
@nix-owners nix-owners bot requested a review from emilytrau October 7, 2025 23:37
@keenanweaver
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 449710
Commit: 11a20454ac51729f991d98ff070d057364d34a95 (subsequent changes)
Merge: 9bb5abae5cbdb73ffb9723a55119db5c8d13221d

Logs: https://github.com/keenanweaver/nixpkgs-review-gha/actions/runs/18329038474


x86_64-linux

✅ 1 package built:
  • acc

aarch64-linux

✅ 1 package built:
  • acc

x86_64-darwin (sandbox = true)

✅ 1 package built:
  • acc

aarch64-darwin (sandbox = true)

✅ 1 package built:
  • acc

@keenanweaver
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 449710
Commit: 19a3458b609d82c5ab102fa2e9704de4385b3faf (subsequent changes)
Merge: bab02a8351a5dc89c1b387b4cf4cf52ede41b6c3

Logs: https://github.com/keenanweaver/nixpkgs-review-gha/actions/runs/18358698450


x86_64-linux

✅ 1 package built:
  • acc

aarch64-linux

✅ 1 package built:
  • acc

x86_64-darwin (sandbox = true)

✅ 1 package built:
  • acc

aarch64-darwin (sandbox = true)

✅ 1 package built:
  • acc

Copy link
Contributor

@SigmaSquadron SigmaSquadron left a comment

Choose a reason for hiding this comment

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

Apologies for the nagging reviews; looks good to me!

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

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 449710
Commit: f97e0e3bd75ef2b179584bdda2f9156fbfe56076


x86_64-linux

✅ 1 package built:
  • acc

@SigmaSquadron SigmaSquadron merged commit 7de6bd5 into NixOS:master Oct 9, 2025
28 of 32 checks passed
@SigmaSquadron
Copy link
Contributor

oh, TIL nixpkgs-review bypasses the merge queue.

@keenanweaver keenanweaver deleted the acc-cmake branch October 9, 2025 00:43
./disable-static.patch
(fetchpatch {
name = "cmake-fix-1";
url = "https://github.com/ZDoom/acc/commit/a0e7d2437c7f66a2b973537c2e854e2b91cd9c4c.patch";
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
url = "https://github.com/ZDoom/acc/commit/a0e7d2437c7f66a2b973537c2e854e2b91cd9c4c.patch";
url = "https://github.com/ZDoom/acc/commit/a0e7d2437c7f66a2b973537c2e854e2b91cd9c4c.patch?full_index=1";

As per point 2.1 of #445447:

Don't forget to add ?full_index=1 to github patch fetching.

})
(fetchpatch {
name = "cmake-fix-2";
url = "https://github.com/ZDoom/acc/commit/df6a2735acccad9131ce73fa07506445cfe69ec2.patch";
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
url = "https://github.com/ZDoom/acc/commit/df6a2735acccad9131ce73fa07506445cfe69ec2.patch";
url = "https://github.com/ZDoom/acc/commit/df6a2735acccad9131ce73fa07506445cfe69ec2.patch?full_index=1";

As per point 2.1 of #445447:

Don't forget to add ?full_index=1 to github patch fetching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package 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