guix-commits
[Top][All Lists]
Advanced

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

08/20: gnu: scanbd: Fix build.


From: guix-commits
Subject: 08/20: gnu: scanbd: Fix build.
Date: Wed, 19 Jan 2022 13:14:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a01b216508bb84b55d9a769d753b78c5df1c64d5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:00 2022 +0100

    gnu: scanbd: Fix build.
    
    * gnu/packages/scanner.scm (scanbd)[arguments]: Add ‘-Wno-error’ to CFLAGS
    in #:configure-flags.
---
 gnu/packages/scanner.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 55b0288076..e7a5a2b210 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -265,7 +265,8 @@ package contains the library and drivers.")))
     (arguments
      (list #:configure-flags
            #~(list "--disable-debug"
-                   "--sysconfdir=/etc")
+                   "--sysconfdir=/etc"
+                   "CFLAGS=-Wno-error") ; warnings should never be fatal
            #:phases
            #~(modify-phases %standard-phases
                (replace 'install



reply via email to

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