mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 06:00:36 +02:00
gnu: Add pangomm-2.42.
* gnu/packages/gtk.scm (pangomm-2.42): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
committed by
Danny Milosavljevic
parent
5173bb55ad
commit
7fa2df44a8
@@ -1243,6 +1243,25 @@ library.")
|
||||
library.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public pangomm-2.42
|
||||
(package
|
||||
(inherit pangomm)
|
||||
(name "pangomm")
|
||||
(version "2.42.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "mirror://gnome/sources/" name "/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "03zli5amizhv9bfklwfq7xyf0b5dagchx1lnz9f0v1rhk69h9gql"))))
|
||||
(propagated-inputs
|
||||
`(("cairomm" ,cairomm-1.13)
|
||||
("glibmm" ,glibmm-2.64)
|
||||
("pango" ,pango)))))
|
||||
|
||||
(define-public atkmm
|
||||
(package
|
||||
(name "atkmm")
|
||||
|
||||
Reference in New Issue
Block a user