gnu: Add libsigc++-2.

* gnu/packages/glib.scm (libsigc++-2): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-07-18 03:48:11 -04:00 committed by Danny Milosavljevic
parent e047b26517
commit b3b47dabaf
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -619,6 +619,21 @@ (define libsigc++
has an ease of use unmatched by other C++ callback libraries.")
(license license:lgpl2.1+)))
(define-public libsigc++-2
(package
(inherit libsigc++)
(name "libsigc++")
(version "2.10.3")
(source
(origin
(method url-fetch)
(uri
(string-append "mirror://gnome/sources/libsigc++/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32 "11j7j1jv4z58d9s7jvl42fnqa1dzl4idgil9r45cjv1w673dys0b"))))))
(define glibmm
(package
(name "glibmm")