Commit d7a27f31 authored by sternenseemann's avatar sternenseemann
Browse files

haskellPackages.streamly-lmdb: drop obsolete override

cabal2nix can figure this connection out by itself.
parent 95d5c0c2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -958,9 +958,6 @@ self: super: builtins.intersectAttrs super {
  # Pass the correct libarchive into the package.
  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: {
    postInstall = ''
      install -Dm644 data/hlint.1 -t "$out/share/man/man1"