summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/rct-add-missing-headers.patch
AgeCommit message (Collapse)Author
2026-04-09gnu: Remove rct.Andreas Enge
* 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
2018-01-23gnu: rct: Add missing headers, enable RTTI.Fis Trivial
* gnu/packages/patches/rct-add-missing-headers.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cpp.scm (rct): Use the patch, enable RTTI. [source]: Use the patch to add missing headers from installation. [arguments]: Enable RTTI in configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>