We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c25f2 commit 5b12bd8Copy full SHA for 5b12bd8
builder/comp-builder.nix
@@ -28,7 +28,7 @@ let self =
28
# (not just the one we are building).
29
# Enable for tests in packages that use cabal-doctest.
30
( haskellLib.isTest componentId &&
31
- lib.any (x: x.identifier.name or "" == "cabal-doctest") setup.config.depends
+ lib.any (x: x.identifier.name or "" == "cabal-doctest") (package.setup-depends ++ setup.config.depends)
32
)
33
, allComponent # Used when `configureAllComponents` is set to get a suitable configuration.
34
0 commit comments