mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: reprotest: Update to 0.7.28.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.28. [arguments]<#:phases>: Remove adjust-locales phase. Change-Id: I11a0fd6fa9dae47bb5748dd404856d07a3b08b0c
This commit is contained in:
parent
6ba136586d
commit
e85ab7d2e5
1 changed files with 2 additions and 11 deletions
|
@ -253,7 +253,7 @@ install.")
|
||||||
(define-public reprotest
|
(define-public reprotest
|
||||||
(package
|
(package
|
||||||
(name "reprotest")
|
(name "reprotest")
|
||||||
(version "0.7.27")
|
(version "0.7.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -262,7 +262,7 @@ install.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0z5i53dy4ax4gbidcqmwqq0686n1g397c79bsscfs94s2y35fsns"))))
|
(base32 "06jm82w05qsx3wskch3fm5mpkpj5jmq7r4yram4ixprxc5j8flg8"))))
|
||||||
(inputs
|
(inputs
|
||||||
(list python-debian python-distro python-libarchive-c python-rstr))
|
(list python-debian python-distro python-libarchive-c python-rstr))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -281,15 +281,6 @@ install.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Neither glibc-locales nor glibc-utf8-locales have the C.UTF-8
|
|
||||||
;; locale or several other locales used in reprotest.
|
|
||||||
(add-after 'unpack 'adjust-locales
|
|
||||||
(lambda _
|
|
||||||
(substitute* "reprotest/build.py"
|
|
||||||
(("'C.UTF-8'") "'en_US.UTF-8'"))
|
|
||||||
(substitute* "reprotest/lib/adt_testbed.py"
|
|
||||||
(("export LANG=C.UTF-8") "export LANG=en_US.UTF-8"))
|
|
||||||
#t))
|
|
||||||
(add-after 'install 'install-doc
|
(add-after 'install 'install-doc
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((mandir1 (string-append
|
(let* ((mandir1 (string-append
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue