-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
termonad: fix pcre dependency #70833
Conversation
This update was generated by hackage2nix v2.15.0-2-ge15d08c from Hackage revision commercialhaskell/all-cabal-hashes@0667bdb.
* haskellPackages: fix barbly Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
This update was generated by hackage2nix v2.15.0-2-ge15d08c from Hackage revision commercialhaskell/all-cabal-hashes@cb92be9.
Tested with Have run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nix-review
passes on NixOS
diff LGTM (don't package haskell much)
fixes broken build
[4 built, 308 copied (3028.9 MiB), 165.2 MiB DL]
https://github.com/NixOS/nixpkgs/pull/70833
2 package were build:
haskellPackages.termonad termonad-with-packages
cc @peti for haskell input
@GrahamcOfBorg build haskellPackages.termonad termonad-with-packages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
@mdorman Thanks for this fix.
Thanks everyone else for the quick reviews.
An alternative fix for this would be to send a PR to cabal2nix
teaching it about the libpcre2
library:
(I think this is the correct place, although there might be another list for pkg-config dependencies...)
c8bddf3
to
81082c7
Compare
@peti Thanks for NixOS/cabal2nix@e60526d. In the future, I'll try to recommend people send these kinds of update to cabal2nix instead of fixing it here in nixpkgs. |
I made the necessary changes in |
Motivation for this change
Fix currently broken build
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @peti