haskellPackages.streamly-lmdb: drop obsolete override

cabal2nix can figure this connection out by itself.
This commit is contained in:
sternenseemann 2023-06-30 01:25:55 +02:00
parent 95d5c0c21b
commit d7a27f3189

View file

@ -958,9 +958,6 @@ self: super: builtins.intersectAttrs super {
# Pass the correct libarchive into the package. # Pass the correct libarchive into the package.
streamly-archive = super.streamly-archive.override { archive = pkgs.libarchive; }; streamly-archive = super.streamly-archive.override { archive = pkgs.libarchive; };
# Pass the correct lmdb into the package.
streamly-lmdb = super.streamly-lmdb.override { lmdb = pkgs.lmdb; };
hlint = overrideCabal (drv: { hlint = overrideCabal (drv: {
postInstall = '' postInstall = ''
install -Dm644 data/hlint.1 -t "$out/share/man/man1" install -Dm644 data/hlint.1 -t "$out/share/man/man1"