summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2022-08-24 18:08:49 +0200
committerSimon Streit <simon@netpanic.org>2023-06-19 21:36:36 +0200
commit24cd0887899e20ef61d27184575a01ab7bccc5de (patch)
treee7da60808848fbf6dabcb4bf2b18038388f017e5
parentd9d09c461d5908337e190eb3d96e5315b5bbc8c1 (diff)
siguix: Add go-github-com-gotk3-gotk3-pango.
* siguix/packages/gotk3.scm (go-github-com-gotk3-gotk3-pango): New variable.
-rw-r--r--siguix/packages/gotk3.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/siguix/packages/gotk3.scm b/siguix/packages/gotk3.scm
index 6382912..ee74e33 100644
--- a/siguix/packages/gotk3.scm
+++ b/siguix/packages/gotk3.scm
@@ -92,3 +92,9 @@
#:tests? #f))
(synopsis "Bindings for gtk")
(description "Bindings for gtk")))
+
+(define-public go-github-com-gotk3-gotk3-pango
+ (package
+ (inherit (go-github-com-gotk3-package "pango"))
+ (synopsis "Bindings for pango")
+ (description "Bindings for pango")))