diff options
author | Jack Todaro <solpeth@posteo.org> | 2022-10-01 08:35:13 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 04:14:36 +0100 |
commit | b080c687e380f8ecf151d9dd3cb29191a6f7dfcd (patch) | |
tree | 831842e7983235f13aae0bf3e962510c75ced7a5 /dev-haskell/xml-conduit | |
parent | gnome-base/nautilus: fix build with clang (diff) | |
download | gentoo-b080c687e380f8ecf151d9dd3cb29191a6f7dfcd.tar.gz gentoo-b080c687e380f8ecf151d9dd3cb29191a6f7dfcd.tar.bz2 gentoo-b080c687e380f8ecf151d9dd3cb29191a6f7dfcd.zip |
dev-haskell/xml-conduit: sync from ::haskell fixing configure failure
Closes: https://bugs.gentoo.org/870400
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/xml-conduit')
-rw-r--r-- | dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild index e2e73b0194bb..1c45577d438b 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild @@ -35,3 +35,5 @@ DEPEND="${RDEPEND} >=dev-haskell/hspec-1.3 dev-haskell/hunit ) " + +GHC_BOOTSTRAP_PACKAGES=( cabal-doctest ) |