mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: ganeti-instance-guix: Update to 0.7.
* gnu/packages/virtualization.scm (ganeti-instance-guix): Update to 0.7. [inputs]: Remove QEMU-MINIMAL. Add BTRFS-PROGS, E2FSPROGS, F2FS-TOOLS, LVM2, MULTIPATH-TOOLS, PARTED, and XFSPROGS.
This commit is contained in:
parent
2017d424e0
commit
a9fe9b4684
1 changed files with 10 additions and 3 deletions
|
@ -901,7 +901,7 @@ (define* (wrap? file #:rest _)
|
|||
(define-public ganeti-instance-guix
|
||||
(package
|
||||
(name "ganeti-instance-guix")
|
||||
(version "0.6.1")
|
||||
(version "0.7")
|
||||
(home-page "https://github.com/mbakke/ganeti-instance-guix")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -909,14 +909,21 @@ (define-public ganeti-instance-guix
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18h8hdd38h1l89si8122v3ylzvvirs8hiypayklk1nr2wnfgbvff"))))
|
||||
"13wp1g1sdamv63rj5gqllx173rrjc1cr6fv929pim7hqqfqxqni1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--sysconfdir=/etc" "--localstatedir=/var")))
|
||||
(native-inputs
|
||||
(list autoconf automake))
|
||||
(inputs
|
||||
(list util-linux qemu-minimal))
|
||||
(list btrfs-progs
|
||||
e2fsprogs
|
||||
f2fs-tools
|
||||
lvm2
|
||||
multipath-tools
|
||||
util-linux
|
||||
parted
|
||||
xfsprogs))
|
||||
(synopsis "Guix OS integration for Ganeti")
|
||||
(description
|
||||
"This package provides a guest OS definition for Ganeti that uses
|
||||
|
|
Loading…
Reference in a new issue