forked from lix-project/lix
Fix incorrect flag name
This commit is contained in:
parent
c9838bb9ee
commit
c71d987553
|
@ -254,7 +254,7 @@ in {
|
|||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
(lib.enableFeature doBuild "build")
|
||||
(lib.enableFeature anySortOfTesting "test")
|
||||
(lib.enableFeature anySortOfTesting "tests")
|
||||
(lib.enableFeature enableInternalAPIDocs "internal-api-docs")
|
||||
(lib.enableFeature enableManual "doc-gen")
|
||||
(lib.enableFeature installUnitTests "install-unit-tests")
|
||||
|
|
Loading…
Reference in a new issue