mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dump: Use G-expressions.
* gnu/packages/backup.scm (dump)[arguments]: Use G-expressions. <#:configure-flags>: Add more CFLAGS. Change-Id: Ibb56cf4f86bb12b3e536c4b3b77013c013aa29e8 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
163df7ec57
commit
ebcc2efd7e
1 changed files with 6 additions and 6 deletions
|
@ -1135,12 +1135,12 @@ is format-agnostic, so you can feed virtually any files to it.")
|
|||
"1l2gzzxyqhinx1yqvj4yn9k8vx3iyqi1965dxf9kvvdv9zgaq8fh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
`("--sysconfdir=/etc"
|
||||
"--disable-readline"
|
||||
"--disable-rmt"
|
||||
;; Add CFLAGS to relax gcc-14's strictness.
|
||||
"CFLAGS=-Wno-error=int-conversion")))
|
||||
(list #:configure-flags
|
||||
#~(list "--sysconfdir=/etc"
|
||||
"--disable-readline"
|
||||
"--disable-rmt"
|
||||
;; Add CFLAGS to relax gcc-14's strictness.
|
||||
"CFLAGS=-O2 -g -Wno-error=int-conversion")))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue