all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 12508c30b3119a2d2965ccc6eb4edc2558f5bc75 506 bytes (raw)
name: manifest.scm 	 # note: path name is non-authoritative(*)

 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
 
;; This is the complete list of Guix packages necessary for building Shepherd.
;;
;; For example the following shell command will run the built-in tests:
;;
;;  % guix shell -m manifest.scm --pure -- make check

(specifications->manifest
 '("autoconf"
   "automake"
   "coreutils"
   "diffutils"
   "findutils"
   "gawk"
   "gcc-toolchain"
   "gettext"
   "grep"
   "guile"
   "guile-fibers"
   "guile-readline"
   "help2man"
   "libtool"
   "make"
   "pkg-config"
   "sed"
   "tar"
   "texinfo"
   "xz"))

debug log:

solving 12508c3 ...
found 12508c3 in https://yhetil.org/guix/20230113020149.29180-1-bjc@spork.org/ ||
	https://yhetil.org/guix/20230113014404.25226-1-bjc@spork.org/

applying [1/1] https://yhetil.org/guix/20230113020149.29180-1-bjc@spork.org/
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..12508c3

Checking patch manifest.scm...
Applied patch manifest.scm cleanly.

skipping https://yhetil.org/guix/20230113014404.25226-1-bjc@spork.org/ for 12508c3
index at:
100644 12508c30b3119a2d2965ccc6eb4edc2558f5bc75	manifest.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.