aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/upnp.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-11-20 21:01:15 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:34 +0200
commit8421d101c1061ef1359175f444a2bc8ecac54177 (patch)
treefa2e70d2e97a58648ffe210424a5dbb6aef9bd6e /gnu/tests/upnp.scm
parent58416091c03ce583e05163b3e0d90aaa790be647 (diff)
downloadguix-8421d101c1061ef1359175f444a2bc8ecac54177.tar.gz
guix-8421d101c1061ef1359175f444a2bc8ecac54177.zip
gnu: rust-cargo-c: Update to 0.10.5+cargo-0.83.0.
* gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.10.5+cargo-0.83.0. [cargo-inputs]: Add rust-implib-0.3, rust-object-0.36. Replace rust-cbindgen-0.26 with 0.27, rust-itertools-0.12 with 0.13. Remove rust-windows-sys-0.52. [inputs]: Add libgit2-1.8. Remove libgit2-1.7. Change-Id: I48e1b93ed858ff14eb6984beb021743e6c9f4e56
Diffstat (limited to 'gnu/tests/upnp.scm')
0 files changed, 0 insertions, 0 deletions
rename-file
+ (string-append #$output "/share/doc")
+ (string-append #$output:doc "/share/doc")))))))
(native-inputs
- `(("docbook-xml" ,docbook-xml-4.1.2)
- ("docbook-xsl" ,docbook-xsl)
- ("dot" ,graphviz)
- ("doxygen" ,doxygen)
- ("m4" ,m4)
- ("mm-common" ,mm-common)
- ("perl" ,perl)
- ("pkg-config" ,pkg-config)
- ("xmllint" ,libxml2)
- ("xsltproc" ,libxslt)))
- (inputs
- (list boost))
+ (list docbook-xml-4.1.2
+ docbook-xsl
+ graphviz
+ doxygen
+ m4
+ mm-common
+ perl
+ pkg-config
+ libxml2
+ libxslt))
+ (inputs (list boost))
(home-page "https://libsigcplusplus.github.io/libsigcplusplus/")
(synopsis "Type-safe callback system for standard C++")
(description
"Libsigc++ implements a type-safe callback system for standard C++. It
- allows you to define signals and to connect those signals to any callback
- function, either global or a member function, regardless of whether it is
- static or virtual.
-
- It also contains adaptor classes for connection of dissimilar callbacks and
- has an ease of use unmatched by other C++ callback libraries.")
+allows you to define signals and to connect those signals to any callback
+function, either global or a member function, regardless of whether it is
+static or virtual. It also contains adaptor classes for connection of
+dissimilar callbacks and has an ease of use unmatched by other C++ callback
+libraries.")
(license license:lgpl3+)))
(define-public libsigc++-2