From d7a27f31892896029919f71f1d2353bc5147c433 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 30 Jun 2023 01:25:55 +0200 Subject: [PATCH] haskellPackages.streamly-lmdb: drop obsolete override cabal2nix can figure this connection out by itself. --- pkgs/development/haskell-modules/configuration-nix.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 24c6b766dc50..e4c8d00167fe 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -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"