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 @@ inspired by @command{vi}.")
|
||||||
(define-public cloud-utils
|
(define-public cloud-utils
|
||||||
(package
|
(package
|
||||||
(name "cloud-utils")
|
(name "cloud-utils")
|
||||||
(version "0.32")
|
(version "0.33")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -434,8 +434,7 @@ inspired by @command{vi}.")
|
||||||
"/bin/growpart")))
|
"/bin/growpart")))
|
||||||
(wrap-program growpart
|
(wrap-program growpart
|
||||||
`("PATH" ":" prefix (,(dirname (which "sfdisk"))
|
`("PATH" ":" prefix (,(dirname (which "sfdisk"))
|
||||||
,(dirname (which "readlink"))))))
|
,(dirname (which "readlink")))))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list python util-linux)) ; contains sfdisk for growpart
|
(list python util-linux)) ; contains sfdisk for growpart
|
||||||
(home-page "https://launchpad.net/cloud-utils")
|
(home-page "https://launchpad.net/cloud-utils")
|
||||||
|
|
Reference in a new issue