From c63a873fe7fbf7947e07acfaf2402fe85100deba Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 28 Jan 2025 11:01:47 -0500 Subject: Rename gscc to 'ull' --- manifest.scm | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm index 8d1b86e..54ab185 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,6 +1,18 @@ -(specifications->manifest - '( - "gcc-toolchain" - "guile" - "python" - )) +(use-modules (gnu packages bison) + (gnu packages flex) + (gnu packages commencement) + (gnu packages base) + (gnu packages python) + (gnu packages guile) + (gnu packages pkg-config)) + +(packages->manifest + (list + bison + flex + gcc-toolchain + gnu-make + guile-next + pkg-config + python + )) -- cgit v1.2.3