all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60766] [PATCH v2] Add 'manifest.scm'
@ 2023-01-13  1:44 Brian Cully via Guix-patches via
  2023-01-13  1:58 ` [bug#60766] whoops, this bug is redundant Brian Cully via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-01-13  1:44 UTC (permalink / raw)
  To: 60766; +Cc: Brian Cully

---
 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





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

* [bug#60766] whoops, this bug is redundant
  2023-01-13  1:44 [bug#60766] [PATCH v2] Add 'manifest.scm' Brian Cully via Guix-patches via
@ 2023-01-13  1:58 ` Brian Cully via Guix-patches via
  2023-01-13  7:13   ` bug#60766: " ( via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-01-13  1:58 UTC (permalink / raw)
  To: 60766


I accidentally sent a new bug report instead of responding to 
#60636. Can someone close this?

-- 
-bjc




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

* bug#60766: whoops, this bug is redundant
  2023-01-13  1:58 ` [bug#60766] whoops, this bug is redundant Brian Cully via Guix-patches via
@ 2023-01-13  7:13   ` ( via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: ( via Guix-patches via @ 2023-01-13  7:13 UTC (permalink / raw)
  To: Brian Cully, 60766-done

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

On Fri Jan 13, 2023 at 1:58 AM GMT, Brian Cully via Guix-patches via wrote:
>
> I accidentally sent a new bug report instead of responding to 
> #60636. Can someone close this?

You can close it yourself by sending a message to 60636-done@debbugs.gnu.org,
like I just did :)

    -- (

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13  1:44 [bug#60766] [PATCH v2] Add 'manifest.scm' Brian Cully via Guix-patches via
2023-01-13  1:58 ` [bug#60766] whoops, this bug is redundant Brian Cully via Guix-patches via
2023-01-13  7:13   ` bug#60766: " ( 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.