3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add glibmm-2.64.

*gnu/packages/glib.scm (glibmm-2.64): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-07-18 04:10:22 -04:00 committed by Danny Milosavljevic
parent 30a592b519
commit 5173bb55ad
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -677,6 +677,24 @@ has an ease of use unmatched by other C++ callback libraries.")
useful for C++.")
(license license:lgpl2.1+)))
(define-public glibmm-2.64
(package
(inherit glibmm)
(name "glibmm")
(version "2.64.2")
(source
(origin
(method url-fetch)
(uri
(string-append "mirror://gnome/sources/glibmm/"
(version-major+minor version)
"/glibmm-" version ".tar.xz"))
(sha256
(base32 "1v6lp23fr2qh4zshcnm28sn29j3nzgsvcqj2nhmrnvamipjq4lm7"))))
(propagated-inputs
`(("libsigc++" ,libsigc++-2)
("glib" ,glib)))))
(define-public python2-pygobject-2
(package
(name "python2-pygobject")