gnu: withershins: Build.

* gnu/packages/code.scm (withershins)[arguments]: Don't treat compiler
warnings as errors.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 06:33:08 +01:00
parent 73282c75fe
commit 66c2df9ee8
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -332,6 +332,9 @@ (define-public withershins
(build-system cmake-build-system)
(arguments
`(#:out-of-source? #f
#:configure-flags
;; XXX A (justified!) misleading-indentation error breaks the build.
(list "-DENABLE_WERROR=OFF")
#:phases
(modify-phases %standard-phases
(add-after