gnu: libtextstyle: Update to 0.20.2.
* gnu/packages/gettext.scm (libtextstyle)[version, source]: Inherit from GETTEXT-MINIMAL.
This commit is contained in:
parent
7b46b31336
commit
fbd2d7c843
1 changed files with 2 additions and 8 deletions
|
@ -148,14 +148,8 @@ translated messages from the catalogs. Nearly all GNU packages use Gettext.")
|
||||||
(define-public libtextstyle
|
(define-public libtextstyle
|
||||||
(package
|
(package
|
||||||
(name "libtextstyle")
|
(name "libtextstyle")
|
||||||
(version "0.20.1")
|
(version (package-version gettext-minimal))
|
||||||
(source (origin
|
(source (package-source gettext-minimal))
|
||||||
(inherit (package-source gnu-gettext))
|
|
||||||
(uri (string-append "mirror://gnu/gettext/gettext-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0p3zwkk27wm2m2ccfqm57nj7vqkmfpn7ja1nf65zmhz8qqs5chb6"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--disable-static")
|
'(#:configure-flags '("--disable-static")
|
||||||
|
|
Reference in a new issue