dannym pushed a commit to branch wip-desktop
in repository guix.
commit 38f1bcca81c92880169b12ec5d60d8ffacee6de8
Author: Raghav Gururajan <[email protected]>
AuthorDate: Sat Jul 18 04:42:20 2020 -0400
gnu: Add pangomm-2.42.
* gnu/packages/gtk.scm (pangomm-2.42): New variable.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gtk.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4be8734..d207161 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1479,6 +1479,25 @@ library.")
;; Tools
license:gpl2+))))
+(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")