Skip to content

pkgsStatic.ghc: fix attr pointing to package set sometimes - #507998

Merged
alexfmpe merged 1 commit into
NixOS:masterfrom
sternenseemann:ghc-static
Apr 10, 2026
Merged

pkgsStatic.ghc: fix attr pointing to package set sometimes#507998
alexfmpe merged 1 commit into
NixOS:masterfrom
sternenseemann:ghc-static

Conversation

@sternenseemann

@sternenseemann sternenseemann commented Apr 8, 2026

Copy link
Copy Markdown
Member

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.

@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Apr 8, 2026
@nixpkgs-ci nixpkgs-ci Bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Apr 10, 2026
@alexfmpe
alexfmpe added this pull request to the merge queue Apr 10, 2026
@nixpkgs-ci nixpkgs-ci Bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Apr 10, 2026
Merged via the queue into NixOS:master with commit 7682b4f Apr 10, 2026
36 of 38 checks passed
@sternenseemann
sternenseemann deleted the ghc-static branch April 10, 2026 18:02
@wolfgangwalther

Copy link
Copy Markdown
Contributor

urgs, I didn't check, but I'm pretty sure I introduced that. Thanks for noticing and fixing.

@alexfmpe

Copy link
Copy Markdown
Member

On this PR

nix-repl> pkgsStatic.ghc
error: GHC >= 9.6 can't be cross-compiled. If you meant to build a GHC cross-compiler, use `buildPackages`.

On master after merging

nix-repl> pkgsStatic.ghc
error: 'haskell.compiler.ghc810' has been removed.
nix-repl> haskell.compiler.native-bignum.ghc912
error: 'haskell.compiler.ghc810' has been removed.

Seems like the alias changes from #460845 ?

@sternenseemann

Copy link
Copy Markdown
Member Author

Yes, #508952.

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: 0 This PR does not cause any packages 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