haskellPackages.streamly-archive: unbreak#122023
haskellPackages.streamly-archive: unbreak#122023maralorn merged 1 commit intoNixOS:haskell-updatesfrom
Conversation
|
@shiok If you want you can run |
|
This builds fine for me. If you sqash this I can merge it. I would love if you could run the above mentioned script from the root of your nixpkgs repo as part of your commit. But I can run it afterwards if you want. |
(The correct libarchive is now being passed into the package.)
|
@maralorn Thanks; I have squashed the commits now. Also included is the result of |
|
@shlok Thank you for testing the script! Huh, that seems worth investigating. Do you think it would be smart to set that variable in the beginning of the script to prevent this from happening for other users? |
|
Thanks for the PR! |
My pleasure :)
I'm not sure about that. For me it was a mere workaround based on an internet search that led me to commercialhaskell/stack#793 |
|
Shows to double check, if you can tell: Does the fail happen while creating the nix-shell the script starts or this an error that hackage2nix throws? |
|
It's thrown by (I added By the way, I just noticed that |
|
I imagine that this LC_ALL=C.UTF-8 issue is the same as #64603 (comment). We could probably set |
|
I tried adressing this in |
Motivation for this change
The correct libarchive is now being passed into the package.
Things done
nix-build --no-out-link -A haskellPackages.streamly-archive --arg config '{ allowBroken = true; }'maintainers/scripts/haskell/regenerate-hackage-packages.shand included the result in the PR.