me
/
guix
Archived
1
0
Fork 0

gnu: snapraid: Use G-expressions.

* gnu/packages/backup.scm (snapraid)[arguments]:
Rewrite as G-expressions.
master
Tobias Geerinckx-Rice 2022-01-06 00:31:20 +01:00
parent 4f488fb545
commit e3c9860ab9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 9 deletions

View File

@ -398,15 +398,15 @@ list and implement the backup strategy.")
(base32 "1jpg97my0akh2ayzy0nm4yqiv4gcx79rgyrkzd19yyv3iy719vcw"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--enable-valgrind"
"--with-blkid")
#:phases
(modify-phases %standard-phases
(add-before 'bootstrap 'set-version
(lambda _
(setenv "VERSION" ,version)
(patch-shebang "autover.sh"))))))
(list #:configure-flags
#~(list "--enable-valgrind"
"--with-blkid")
#:phases
#~(modify-phases %standard-phases
(add-before 'bootstrap 'set-version
(lambda _
(setenv "VERSION" #$version)
(patch-shebang "autover.sh"))))))
(native-inputs
(list automake autoconf
;; For the tests.