From 3526c7ebd33ce25ae2bb7161228f782742858c7d Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Fri, 26 Nov 2021 16:36:26 -0500 Subject: Added more required dependencies --- manifest.scm | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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")) -- cgit v1.2.3