GNU bug report logs -
#56585
[PATCH] gnu: Remove chicken-args.
Previous Next
Reported by: Emma Turner <em.turner <at> tutanota.com>
Date: Fri, 15 Jul 2022 22:19:01 UTC
Severity: normal
Tags: patch
Done: Emma Turner <em.turner <at> tutanota.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56585 in the body.
You can then email your comments to 56585 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#56585
; Package
guix-patches
.
(Fri, 15 Jul 2022 22:19:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Emma Turner <em.turner <at> tutanota.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 15 Jul 2022 22:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 sent
to
Emma Turner <em.turner <at> tutanota.com>
:
You have taken responsibility.
(Sat, 16 Jul 2022 14:18:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Emma Turner <em.turner <at> tutanota.com>
:
bug acknowledged by developer.
(Sat, 16 Jul 2022 14:18:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 56585-done <at> debbugs.gnu.org (full text, mbox):
Sorry, accidentally sent this to 56295 (which was already closed)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 14 Aug 2022 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.