pkgs/build-support/cabal: enable 'doCheck=true' by default
This commit is contained in:
parent
bf5ac53073
commit
1dba3fe14a
@ -90,6 +90,10 @@
|
|||||||
# pass the '--enable-split-objs' flag to cabal in the configure stage
|
# pass the '--enable-split-objs' flag to cabal in the configure stage
|
||||||
enableSplitObjs = true;
|
enableSplitObjs = true;
|
||||||
|
|
||||||
|
# pass the '--enable-tests' flag to cabal in the configure stage
|
||||||
|
# and run any regression test suites the package might have
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
extraConfigureFlags = [
|
extraConfigureFlags = [
|
||||||
(stdenv.lib.enableFeature enableLibraryProfiling "library-profiling")
|
(stdenv.lib.enableFeature enableLibraryProfiling "library-profiling")
|
||||||
(stdenv.lib.enableFeature self.enableSplitObjs "split-objs")
|
(stdenv.lib.enableFeature self.enableSplitObjs "split-objs")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user