mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e047b26517
commit
b3b47dabaf
1 changed files with 15 additions and 0 deletions
|
@ -619,6 +619,21 @@ It also contains adaptor classes for connection of dissimilar callbacks and
|
||||||
has an ease of use unmatched by other C++ callback libraries.")
|
has an ease of use unmatched by other C++ callback libraries.")
|
||||||
(license license:lgpl2.1+)))
|
(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
|
(define glibmm
|
||||||
(package
|
(package
|
||||||
(name "glibmm")
|
(name "glibmm")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue