summaryrefslogtreecommitdiff
path: root/manifest.scm
blob: 4867e3f95488c760ffc181d3d151b13708d79b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
(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"
    "guile:debug"
    "gcc-toolchain"
    "git"
    "glibc-locales"
    "coreutils"
    "pkg-config"
    "python-argcomplete"
    "grep"
    "procps"
    "make"))