mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
This change aims at updating Cube (whose build is currently failing, see: <https://issues.guix.gnu.org/67566>) to the 4.x version. The latest versions have split the package into three components: CubeLib, CubeW and CubeGUI. Thus, this patch is providing three new recipes. * gnu/packages/profiling.scm (cubelib, cubew, cubegui): New variables. Change-Id: I1413757f740504c17676f50d7186dfac94d0944f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>