[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60636] [PATCH] Add 'manifest.scm'
From: |
Brian Cully |
Subject: |
[bug#60636] [PATCH] Add 'manifest.scm' |
Date: |
Sat, 7 Jan 2023 19:27:19 -0500 |
---
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
- [bug#60636] [PATCH] Add 'manifest.scm',
Brian Cully <=