summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-04-09 15:40:02 +0200
committerAndreas Enge <andreas@enge.fr>2026-04-09 15:40:37 +0200
commit54bba9ee3b4d6dcd32df964f61da0c5aabed9f3a (patch)
treecdf2eb1ef92c77cdcb56d54025bc2ec5bfc4b344 /gnu/packages/cpp.scm
parent81446a5827927a7579c62e44e1d08e0e153c4fae (diff)
gnu: Remove rct.
* gnu/packages/cpp.scm (rct): Delete variable. * gnu/packages/patches/rct-add-missing-headers.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister file. Fixes: guix/guix#6879 Change-Id: I0907ec3ee8d62846cf686606fb9b14d9aa962314
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm32
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 860515b865a..df394685b29 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -683,38 +683,6 @@ computer program to introspect and modify an object at runtime. It is also
683the name of the library itself, which is written in C++.") 683the name of the library itself, which is written in C++.")
684 (license license:expat))) 684 (license license:expat)))
685 685
686(define-public rct
687 (let* ((commit "b3e6f41d9844ef64420e628e0c65ed98278a843a")
688 (revision "2"))
689 (package
690 (name "rct")
691 (version (git-version "0.0.0" revision commit))
692 (source (origin
693 (method git-fetch)
694 (uri (git-reference
695 (url "https://github.com/Andersbakken/rct")
696 (commit commit)))
697 (sha256
698 (base32
699 "1m2931jacka27ghnpgf1z1plkkr64z0pga4r4zdrfpp2d7xnrdvb"))
700 (patches (search-patches "rct-add-missing-headers.patch"))
701 (file-name (git-file-name name version))))
702 (build-system cmake-build-system)
703 (arguments
704 '(#:configure-flags
705 '("-DWITH_TESTS=ON" ; To run the test suite
706 "-DRCT_RTTI_ENABLED=ON")))
707 (native-inputs
708 (list cppunit pkg-config))
709 (inputs
710 (list openssl zlib))
711 (home-page "https://github.com/Andersbakken/rct")
712 (synopsis "C++ library providing Qt-like APIs on top of the STL")
713 (description "Rct is a set of C++ tools that provide nicer (more Qt-like)
714 APIs on top of Standard Template Library (@dfn{STL}) classes.")
715 (license (list license:expat ; cJSON
716 license:bsd-4))))) ; everything else (LICENSE.txt)
717
718(define-public plutovg 686(define-public plutovg
719 (package 687 (package
720 (name "plutovg") 688 (name "plutovg")