me
/
guix
Archived
1
0
Fork 0

gnu: libtextstyle: Update to 0.20.2.

* gnu/packages/gettext.scm (libtextstyle)[version, source]: Inherit from
GETTEXT-MINIMAL.
master
Marius Bakke 2020-05-17 12:49:23 +02:00
parent 7b46b31336
commit fbd2d7c843
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 8 deletions

View File

@ -148,14 +148,8 @@ translated messages from the catalogs. Nearly all GNU packages use Gettext.")
(define-public libtextstyle
(package
(name "libtextstyle")
(version "0.20.1")
(source (origin
(inherit (package-source gnu-gettext))
(uri (string-append "mirror://gnu/gettext/gettext-"
version ".tar.gz"))
(sha256
(base32
"0p3zwkk27wm2m2ccfqm57nj7vqkmfpn7ja1nf65zmhz8qqs5chb6"))))
(version (package-version gettext-minimal))
(source (package-source gettext-minimal))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")