guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: withershins: Build.


From: guix-commits
Subject: 01/09: gnu: withershins: Build.
Date: Sun, 3 Nov 2019 01:57:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 66c2df9ee8d4540bdf370c46cb033079fb4af5df
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Nov 3 06:33:08 2019 +0100

    gnu: withershins: Build.
    
    * gnu/packages/code.scm (withershins)[arguments]: Don't treat compiler
    warnings as errors.
---
 gnu/packages/code.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 512ca5d..62bca01 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -332,6 +332,9 @@ features that are not supported by the standard 
@code{stdio} implementation.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]