haskellPackages: fix some pkgsCross.ucrt64 packages#481185
haskellPackages: fix some pkgsCross.ucrt64 packages#481185wolfgangwalther merged 6 commits intoNixOS:haskell-updatesfrom
Conversation
| # vector-0.13.2.0 has a doctest < 0.24 constraint | ||
| jailbreak = true; | ||
| # inspection-testing doesn't work on all archs & ABIs | ||
| doCheck = !self.inspection-testing.meta.broken; |
There was a problem hiding this comment.
This ended up overriding doCheck default value, which was probably not the intention.
In particular it would enable the test suite for vector even under cross, which fails to build if there's no TH support for the target
There was a problem hiding this comment.
We do have a helper function precisely because of this problem: dontCheckIf. May we should do vector = lib.pipe ... [ ] and use that.
|
Yikes, mass rebuild. Likely coming from either vector, basement or crypton-x509-system. For the later 2, I applied the patch unconditionally, but it could also have gone on configuration-windows.nix. |
| # vector-0.13.2.0 has a doctest < 0.24 constraint | ||
| jailbreak = true; | ||
| # inspection-testing doesn't work on all archs & ABIs | ||
| doCheck = !self.inspection-testing.meta.broken; |
There was a problem hiding this comment.
We do have a helper function precisely because of this problem: dontCheckIf. May we should do vector = lib.pipe ... [ ] and use that.
built these two on linux successfully. Will build windows stuff later. |
|
Windows builds confirmed as well. |
1e0d028 to
412a716
Compare
wolfgangwalther
left a comment
There was a problem hiding this comment.
LGTM. Not sure when to merge this due to the mass rebuild, did not look at the current state of haskell-updates.
Fixes error: Size.hsc:126:30: error: initialization of ‘long long int’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion]
f605251 to
531aa6e
Compare
|
Needs #490607 for streaming-commons / http-client to actually build |
|
(fixed eval on the target branch again) |
fd7cd0e
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.