mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ganeti-instance-guix: Update to 0.8.
* gnu/packages/virtualization.scm (ganeti-instance-guix): Update to 0.8. [native-inputs]: Add JQ. [inputs]: Add CRYPTSETUP.
This commit is contained in:
parent
e6f5b9f732
commit
4adc4e2b3a
1 changed files with 5 additions and 3 deletions
|
@ -64,6 +64,7 @@ (define-module (gnu packages virtualization)
|
|||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages containers)
|
||||
#:use-module (gnu packages cross-base)
|
||||
#:use-module (gnu packages cryptsetup)
|
||||
#:use-module (gnu packages curl)
|
||||
#:use-module (gnu packages cyrus-sasl)
|
||||
#:use-module (gnu packages debian)
|
||||
|
@ -902,7 +903,7 @@ (define* (wrap? file #:rest _)
|
|||
(define-public ganeti-instance-guix
|
||||
(package
|
||||
(name "ganeti-instance-guix")
|
||||
(version "0.7")
|
||||
(version "0.8")
|
||||
(home-page "https://github.com/mbakke/ganeti-instance-guix")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -910,14 +911,15 @@ (define-public ganeti-instance-guix
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13wp1g1sdamv63rj5gqllx173rrjc1cr6fv929pim7hqqfqxqni1"))))
|
||||
"0sw9ks3j3y33apdcghjxxjf09ld592z9skaa7bgn9d2lhplzjihr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--sysconfdir=/etc" "--localstatedir=/var")))
|
||||
(native-inputs
|
||||
(list autoconf automake))
|
||||
(list autoconf automake jq))
|
||||
(inputs
|
||||
(list btrfs-progs
|
||||
cryptsetup
|
||||
e2fsprogs
|
||||
f2fs-tools
|
||||
lvm2
|
||||
|
|
Loading…
Reference in a new issue