GNU bug report logs -
#60766
[PATCH v2] Add 'manifest.scm'
Previous Next
Reported by: Brian Cully <bjc <at> spork.org>
Date: Fri, 13 Jan 2023 01:46:02 UTC
Severity: normal
Tags: patch
Done: "(" <paren <at> disroot.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
manifest.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 manifest.scm
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..12508c3
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,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"))
--
2.38.1
This bug report was last modified 2 years and 135 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.