Skip to content

haskellPackages: fix build of SOP libraries#308919

Merged
ncfavier merged 5 commits intoNixOS:haskell-updatesfrom
alexfmpe:haskellPackages-sop
May 13, 2024
Merged

haskellPackages: fix build of SOP libraries#308919
ncfavier merged 5 commits intoNixOS:haskell-updatesfrom
alexfmpe:haskellPackages-sop

Conversation

@alexfmpe
Copy link
Member

@alexfmpe alexfmpe commented May 3, 2024

Description of changes

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/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 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 the 6.topic: haskell General-purpose, statically typed, purely functional programming language label May 3, 2024
@alexfmpe alexfmpe changed the title haskellPackages: fix SOP libraries haskellPackages: fix build of SOP libraries May 3, 2024
Comment on lines -3791 to -3790
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know what these are but they all build now

Comment on lines 2628 to 2632
Copy link
Member Author

Choose a reason for hiding this comment

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

Running phase: patchPhase
applying patch /nix/store/h873fgkxxgxrmdmn4czxh7lzv8l6wxfd-d88831388ab3041190130fec3cdd679a4217b3c7.patch
patching file records-sop.cabal
Hunk #1 FAILED at 50.
1 out of 1 hunk FAILED -- saving rejects to file records-sop.cabal.rej
error: builder for '/nix/store/084g16rjasb2ja2rq9yxx2iqpz12ahal-records-sop-0.1.1.1.drv' failed with exit code 1;

@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels May 4, 2024
@maralorn
Copy link
Member

maralorn commented May 9, 2024

Can you add a bit more comment to the overrides? Maybe a version assert, upstream issue or pr?

@alexfmpe alexfmpe force-pushed the haskellPackages-sop branch from 16d9d1a to 855988c Compare May 9, 2024 22:09
@alexfmpe alexfmpe force-pushed the haskellPackages-sop branch from 855988c to 67eb894 Compare May 9, 2024 22:09
@ncfavier ncfavier merged commit 505712b into NixOS:haskell-updates May 13, 2024
@alexfmpe alexfmpe deleted the haskellPackages-sop branch June 28, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: haskell General-purpose, statically typed, purely functional programming language 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants