all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60636] [PATCH] Add 'manifest.scm'
@ 2023-01-08  0:27 Brian Cully via Guix-patches via
  2023-01-11 19:15 ` Maxim Cournoyer
  2023-01-13  2:01 ` [bug#60636] [PATCH v2] " Brian Cully via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-01-08  0:27 UTC (permalink / raw)
  To: 60636; +Cc: Brian Cully

---
 manifest.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 manifest.scm

diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..bdd4e64
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,29 @@
+;; 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"
+   "binutils"
+   "coreutils"
+   "diffutils"
+   "findutils"
+   "gawk"
+   "gcc"
+   "gettext"
+   "glibc"
+   "grep"
+   "guile"
+   "guile-fibers"
+   "guile-readline"
+   "help2man"
+   "libtool"
+   "make"
+   "pkg-config"
+   "sed"
+   "tar"
+   "texinfo"
+   "xz"))
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-13  2:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-08  0:27 [bug#60636] [PATCH] Add 'manifest.scm' Brian Cully via Guix-patches via
2023-01-11 19:15 ` Maxim Cournoyer
2023-01-12 14:18   ` Brian Cully via Guix-patches via
2023-01-12 22:31     ` Maxim Cournoyer
2023-01-13  2:01 ` [bug#60636] [PATCH v2] " Brian Cully via Guix-patches via

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.