mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: cloud-utils: Update to 0.33.
* gnu/packages/admin.scm (cloud-utils): Update to 0.33. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
5754b52abc
commit
0e5e26dc71
1 changed files with 2 additions and 3 deletions
|
@ -407,7 +407,7 @@ (define-public cfm
|
|||
(define-public cloud-utils
|
||||
(package
|
||||
(name "cloud-utils")
|
||||
(version "0.32")
|
||||
(version "0.33")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -434,8 +434,7 @@ (define-public cloud-utils
|
|||
"/bin/growpart")))
|
||||
(wrap-program growpart
|
||||
`("PATH" ":" prefix (,(dirname (which "sfdisk"))
|
||||
,(dirname (which "readlink"))))))
|
||||
#t)))))
|
||||
,(dirname (which "readlink")))))))))))
|
||||
(inputs
|
||||
(list python util-linux)) ; contains sfdisk for growpart
|
||||
(home-page "https://launchpad.net/cloud-utils")
|
||||
|
|
Loading…
Reference in a new issue