haskellPackages.streamly-lmdb: unbreak#229606
Conversation
|
Thanks! Huh, I am just realizing that I oversaw something with the previous PR for streamly-archive. Overrides which are permanently required like the pkgs.libarchive and pkgs.lmdb belong into configuration-nix.nix, overrides which are only temporary and concern only the current versions of the package set belong into configuration-common.nix. Can you please split the override into the two files accordingly? Otherwise, this looks fine. |
|
Sure, we can try again now. |
|
We don’t do these back-merge-commits in nixpkgs. We already have a huge commit count. Can you please rebase instead? |
fea6253 to
a1a4c4d
Compare
|
We can try again now; and your patience is appreciated. |
|
Well, I can be super patient while telling other people what to do.^^ Thanks for fixing everything. The appreciation is mutual. |
Things done
configuration-nix.nix,configuration-common.nix, andbroken.yaml.nix-build --no-out-link -A haskellPackages.streamly-lmdb --arg config '{ allowBroken = true; }'maintainers/scripts/haskell/regenerate-hackage-packages.shand included the result in the PR.