about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-06-30 01:25:55 +0200
committersternenseemann <sternenseemann@systemli.org>2023-06-30 02:19:07 +0200
commitd7a27f31892896029919f71f1d2353bc5147c433 (patch)
tree1dc0c744fa52d07d4837ce2956f6d88b9994b0da /pkgs/development/haskell-modules
parent95d5c0c21b1df93d254657fdf26c0ec072dcfdde (diff)
downloadnixlib-d7a27f31892896029919f71f1d2353bc5147c433.tar
nixlib-d7a27f31892896029919f71f1d2353bc5147c433.tar.gz
nixlib-d7a27f31892896029919f71f1d2353bc5147c433.tar.bz2
nixlib-d7a27f31892896029919f71f1d2353bc5147c433.tar.lz
nixlib-d7a27f31892896029919f71f1d2353bc5147c433.tar.xz
nixlib-d7a27f31892896029919f71f1d2353bc5147c433.tar.zst
nixlib-d7a27f31892896029919f71f1d2353bc5147c433.zip
haskellPackages.streamly-lmdb: drop obsolete override
cabal2nix can figure this connection out by itself.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix3
1 files changed, 0 insertions, 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"