mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: roxterm: Update to 3.17.2.
* gnu/packages/terminals.scm (roxterm): Update to 3.17.2. [native-inputs]: Add gettext-minimal. Change-Id: I65fc0c5d09612ef348f6ff3c463494bdd2c958f1
This commit is contained in:
parent
b9453730db
commit
6a425834fc
1 changed files with 3 additions and 2 deletions
|
|
@ -1574,7 +1574,7 @@ and the ability to read and write via stdin and stdout.")
|
|||
(define-public roxterm
|
||||
(package
|
||||
(name "roxterm")
|
||||
(version "3.15.3")
|
||||
(version "3.17.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -1583,7 +1583,7 @@ and the ability to read and write via stdin and stdout.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jsdrs31mwpba851inwxpwnmy74k9nl4hs7bgbhba85dvqpw1xi2"))))
|
||||
"1lr8fd40qwjghmlkfqa8b9c64mlxxfws7diia0rdk88v0cvb3ia0"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; No tests
|
||||
|
|
@ -1591,6 +1591,7 @@ and the ability to read and write via stdin and stdout.")
|
|||
(list docbook-xsl
|
||||
docbook-xml
|
||||
(list glib "bin")
|
||||
gettext-minimal
|
||||
libxml2
|
||||
libxslt
|
||||
pkg-config))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue