me
/
guix
Archived
1
0
Fork 0

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.
Marius Bakke 2022-11-03 19:46:31 +01:00
parent 2017d424e0
commit a9fe9b4684
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 10 additions and 3 deletions

View File

@ -901,7 +901,7 @@ commodity hardware.")
(define-public ganeti-instance-guix (define-public ganeti-instance-guix
(package (package
(name "ganeti-instance-guix") (name "ganeti-instance-guix")
(version "0.6.1") (version "0.7")
(home-page "https://github.com/mbakke/ganeti-instance-guix") (home-page "https://github.com/mbakke/ganeti-instance-guix")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -909,14 +909,21 @@ commodity hardware.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"18h8hdd38h1l89si8122v3ylzvvirs8hiypayklk1nr2wnfgbvff")))) "13wp1g1sdamv63rj5gqllx173rrjc1cr6fv929pim7hqqfqxqni1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--sysconfdir=/etc" "--localstatedir=/var"))) '(#:configure-flags '("--sysconfdir=/etc" "--localstatedir=/var")))
(native-inputs (native-inputs
(list autoconf automake)) (list autoconf automake))
(inputs (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") (synopsis "Guix OS integration for Ganeti")
(description (description
"This package provides a guest OS definition for Ganeti that uses "This package provides a guest OS definition for Ganeti that uses