emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60766: closed ([PATCH v2] Add 'manifest.scm')


From: GNU bug Tracking System
Subject: bug#60766: closed ([PATCH v2] Add 'manifest.scm')
Date: Fri, 13 Jan 2023 07:14:01 +0000

Your message dated Fri, 13 Jan 2023 07:13:45 +0000
with message-id <CPQVKH7IB1MF.3P9RAEHNXSND2@guix-framework>
and subject line Re: [bug#60766] whoops, this bug is redundant
has caused the debbugs.gnu.org bug report #60766,
regarding [PATCH v2] Add 'manifest.scm'
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60766: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60766
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH v2] Add 'manifest.scm' Date: Thu, 12 Jan 2023 20:44:04 -0500
---
 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#60766] whoops, this bug is redundant Date: Fri, 13 Jan 2023 07:13:45 +0000
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]