me
/
guix
Archived
1
0
Fork 0

gnu: scanbd: Fix build.

* gnu/packages/scanner.scm (scanbd)[arguments]: Add ‘-Wno-error’ to CFLAGS
in #:configure-flags.
master
Tobias Geerinckx-Rice 2022-01-16 01:00:00 +01:00
parent 2ea9a977fe
commit a01b216508
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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