summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2021-11-26 16:36:26 -0500
committerRobby Zambito <contact@robbyzambito.me>2021-11-26 16:36:26 -0500
commit3526c7ebd33ce25ae2bb7161228f782742858c7d (patch)
tree1e684b3b5c076a7a89d3f8676aef62ac03373ff4
parent4da70f3c35f3d5d971a27725ffbbc67f634c30b8 (diff)
Added more required dependencies
-rw-r--r--manifest.scm20
1 files changed, 19 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm
index 69a412e..abafda9 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -1,8 +1,26 @@
+(use-modules (guix channels))
+
+(list (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit
+ "b2022a09eb511422b8fc4562ae52f0647dd175ce")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ ;"29b594fa16254e4d228a2ca0ef6463a805d4c036"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
+
(specifications->manifest
'("readline"
- "guile@3"
+ "guile"
"gcc-toolchain"
"git"
+ "glibc-locales"
"coreutils"
"pkg-config"
+ "python-argcomplete"
+ "grep"
+ "procps"
"make"))