mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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:
parent
30a592b519
commit
5173bb55ad
1 changed files with 18 additions and 0 deletions
|
@ -677,6 +677,24 @@ (define glibmm
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue