From 95d5c0c21b1df93d254657fdf26c0ec072dcfdde Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 30 Jun 2023 01:16:55 +0200 Subject: [PATCH] haskellPackages.streamly-lmdb: obtain deps from haskell fixpoint This will make the package work in non-default haskell package sets. The issue was introduced in a1a4c4d6296ec93e72dac23df6965681e384af74. Resolves #240512. --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 58769decfacb..2328d3214593 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -422,7 +422,7 @@ self: super: { streamly-lmdb = super.streamly-lmdb.override { streamly = assert (builtins.compareVersions pkgs.haskellPackages.streamly.version "0.9.0" < 0); - pkgs.haskellPackages.streamly_0_9_0; + self.streamly_0_9_0; }; # base bound