Merge pull request #26493 from dmjio/patch-1
generic-builder.nix: Update doHaddock
This commit is contained in:
@@ -34,8 +34,7 @@
|
|||||||
, license
|
, license
|
||||||
, maintainers ? []
|
, maintainers ? []
|
||||||
, doCoverage ? false
|
, doCoverage ? false
|
||||||
# TODO Do we care about haddock when cross-compiling?
|
, doHaddock ? (!ghc.isHaLVM or true)
|
||||||
, doHaddock ? !isCross && (!stdenv.isDarwin || stdenv.lib.versionAtLeast ghc.version "7.8")
|
|
||||||
, passthru ? {}
|
, passthru ? {}
|
||||||
, pkgconfigDepends ? [], libraryPkgconfigDepends ? [], executablePkgconfigDepends ? [], testPkgconfigDepends ? [], benchmarkPkgconfigDepends ? []
|
, pkgconfigDepends ? [], libraryPkgconfigDepends ? [], executablePkgconfigDepends ? [], testPkgconfigDepends ? [], benchmarkPkgconfigDepends ? []
|
||||||
, testDepends ? [], testHaskellDepends ? [], testSystemDepends ? []
|
, testDepends ? [], testHaskellDepends ? [], testSystemDepends ? []
|
||||||
|
|||||||
Reference in New Issue
Block a user