mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: libredwg: Fix build.
* gnu/packages/engineering.scm (libredwg)[arguments]: Use G-Expressions. <#:configure-flags>: Update. Change-Id: I84777d6db911f251c8c4d1d8c7b156b80ed0599c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
4be2dc6bd3
commit
068752bdc6
@@ -1586,7 +1586,11 @@ use on a given system.")
|
||||
(base32 "1gginbl76vmpccjwx93cmg8ibap8l40swly3bjv7rhmdwv6ikpnk"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-bindings")))
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "--disable-bindings"
|
||||
#$(string-append "CFLAGS="
|
||||
" -Wno-error=implicit-function-declaration"))))
|
||||
(native-inputs
|
||||
(list libxml2
|
||||
parallel
|
||||
|
||||
Reference in New Issue
Block a user