unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 68099@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#68099] [PATCH 2/2] gnu: cl-flexi-streams: Improve package style.
Date: Fri, 29 Dec 2023 12:17:57 +0000	[thread overview]
Message-ID: <2ce7ac4df90a7ecb34793a21c8b6f29a14820060.1703852000.git.paul@apatience.com> (raw)
In-Reply-To: <1391b77f175cbf94576305d4a22a2513ea624655.1703852000.git.paul@apatience.com>

* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams)[arguments]: Use
  G-expressions. Drop trailing #t in phases.
  [inputs]: Remove labels.

Change-Id: I4aae98985435203006384906a0b28c798e3b9740
---
 gnu/packages/lisp-xyz.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e82b33eb92..be49bac2fd 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1376,13 +1376,13 @@ (define-public sbcl-flexi-streams
           (base32 "04azqvz11s8dngy49bjl19hrfn0ip1b7m0szm4hlppq364msil7b"))))
       (build-system asdf-build-system/sbcl)
       (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           (add-after 'unpack 'make-git-checkout-writable
-             (lambda _
-               (for-each make-file-writable (find-files "."))
-               #t)))))
-      (inputs `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
+       (list #:phases
+             #~(modify-phases %standard-phases
+                 (add-after 'unpack 'make-git-checkout-writable
+                   (lambda _
+                     (for-each make-file-writable (find-files ".")))))))
+      (inputs
+       (list sbcl-trivial-gray-streams))
       (synopsis "Implementation of virtual bivalent streams for Common Lisp")
       (description "Flexi-streams is an implementation of \"virtual\" bivalent
 streams that can be layered atop real binary or bivalent streams and that can
-- 
2.41.0






  reply	other threads:[~2023-12-29 12:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-29 12:14 [bug#68099] [PATCH 1/2] gnu: cl-flexi-streams: Update to 1.0.19-0.74a1027 Paul A. Patience
2023-12-29 12:17 ` Paul A. Patience [this message]
2024-01-06  9:13 ` bug#68099: " Guillaume Le Vaillant

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=2ce7ac4df90a7ecb34793a21c8b6f29a14820060.1703852000.git.paul@apatience.com \
    --to=paul@apatience.com \
    --cc=68099@debbugs.gnu.org \
    /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).