mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: debianutils: Update to 5.5-1.
* gnu/packages/debian.scm (debianutils): Update to 5.5-1. [arguments]: Remove custom 'create-translations phase.
This commit is contained in:
parent
1b95a7b2b1
commit
4d03acbb02
1 changed files with 2 additions and 9 deletions
|
@ -271,7 +271,7 @@ (define-public debootstrap
|
||||||
(define-public debianutils
|
(define-public debianutils
|
||||||
(package
|
(package
|
||||||
(name "debianutils")
|
(name "debianutils")
|
||||||
(version "4.11.1")
|
(version "5.5-1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -280,15 +280,8 @@ (define-public debianutils
|
||||||
(file-name (git-file-name "debianutils" version))
|
(file-name (git-file-name "debianutils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18ypb7fivch53wwrdf73yhf1fhkwn9kvw1kfdc1m450241d6191w"))))
|
"1sbdjcb44g2s1zxjf9kxrp9drf9mmh6b49a9z3k428gmc6zsci4r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
|
||||||
'(#:phases (modify-phases %standard-phases
|
|
||||||
(add-after 'bootstrap 'create-translations
|
|
||||||
(lambda _
|
|
||||||
(with-directory-excursion "po4a"
|
|
||||||
(invoke "po4a" "--no-backups" "po4a.conf"))
|
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in a new issue