summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-01-28 11:01:47 -0500
committerbd <bdunahu@operationnull.com>2025-01-28 11:01:47 -0500
commitc63a873fe7fbf7947e07acfaf2402fe85100deba (patch)
tree6a78970f40b4e6000c01b7956986f8fe4a252664 /manifest.scm
parent78b84826c9251d88dc082fbcc625a63638066e06 (diff)
Rename gscc to 'ull'
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm24
1 files changed, 18 insertions, 6 deletions
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
+ ))