summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/lib
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2023-02-02 09:41:56 +0100
committersternenseemann <sternenseemann@systemli.org>2023-02-04 12:34:07 +0100
commit962633e4d16c3a268f1e48e509a156cc33ba99ef (patch)
treebf6909ce62c80042da0a71555064ea57242f5294 /pkgs/development/haskell-modules/lib
parent63862f4a66c19edc38280c51386513f5cee30afc (diff)
haskell.packages.ghc94.gtk2hs-buildtools: gtk2hs setup hook broken for ghc-9.4.4
See https://github.com/gtk2hs/gtk2hs/issues/323 for details.
Diffstat (limited to 'pkgs/development/haskell-modules/lib')
-rw-r--r--pkgs/development/haskell-modules/lib/compose.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/lib/compose.nix b/pkgs/development/haskell-modules/lib/compose.nix
index 647e95211f1c..fa6d2a20a9a2 100644
--- a/pkgs/development/haskell-modules/lib/compose.nix
+++ b/pkgs/development/haskell-modules/lib/compose.nix
@@ -494,7 +494,7 @@ rec {
if !lib.isDerivation drv
then [ ]
else [ { key = drv.outPath; val = drv; } ]
- ) val.buildInputs or [ ];
+ ) (val.buildInputs or [ ] ++ val.propagatedBuildInputs or [ ]);
}
);
in