unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Emma Turner via Guix-patches via <guix-patches@gnu.org>
To: 56585@debbugs.gnu.org
Subject: [bug#56585] [PATCH] gnu: Remove chicken-args.
Date: Sat, 16 Jul 2022 00:04:38 +0200 (CEST)	[thread overview]
Message-ID: <N72t5dS--3-2@tutanota.com> (raw)

causing guix pull to fail - due to dependency on missing
chicken-srfi-37
---
gnu/packages/chicken.scm | 20 --------------------
1 file changed, 20 deletions(-)

diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index 3ae4c7210c..b87b8118f1 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -329,23 +329,3 @@ (define-public chicken-crypto-tools
@end itemize
@end itemize")
     (license license:bsd-3)))
-
-(define-public chicken-args
-  (package
-    (name "chicken-args")
-    (version "1.6.2")
-    (source (origin
-              (method url-fetch)
-              (uri (egg-uri "args" version))
-              (sha256
-               (base32
-                "0knkg31d4dq9a8rq9g3ycmj0z6j9l7zp93qa9cnqc8ixd6jsymkm"))))
-    (build-system chicken-build-system)
-    (arguments '(#:egg-name "args"))
-    (propagated-inputs (list chicken-srfi-1 chicken-srfi-13 chicken-srfi-37))
-    (home-page "https://wiki.call-cc.org/egg/args")
-    (synopsis "Command-line argument handling, on top of SRFI 37")
-    (description "This extension provides a wrapper around
-SRFI-37 (args-fold).  The main goal is to let the user parse command-line
-arguments without having to write a lot of similar support code every time.")
-    (license license:bsd-3)))
--
2.36.1





             reply	other threads:[~2022-07-16  1:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15 22:04 Emma Turner via Guix-patches via [this message]
2022-07-16  8:30 ` bug#56585: This change went in separately under 5b351982c2a90b72520e992799d012823edfeeb7 Emma Turner via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=N72t5dS--3-2@tutanota.com \
    --to=guix-patches@gnu.org \
    --cc=56585@debbugs.gnu.org \
    --cc=em.turner@tutanota.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).