diff options
Diffstat (limited to 'gnu/packages/scanner.scm')
-rw-r--r-- | gnu/packages/scanner.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |