mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: withershins: Build.
* gnu/packages/code.scm (withershins)[arguments]: Don't treat compiler warnings as errors.
This commit is contained in:
parent
73282c75fe
commit
66c2df9ee8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue