unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 59344@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#59344] [PATCH 1/2] gnu: cl-containers: Fix build for all systems
Date: Fri, 18 Nov 2022 22:19:04 +0000	[thread overview]
Message-ID: <20221118221905.11908-1-sharlatanus@gmail.com> (raw)
In-Reply-To: <20221117234754.5396-1-sharlatanus@gmail.com>

From cl-containers.asd:

> The CL-Containers system would enjoy having ~ asdf-system-connections
> around. See http://www.cliki.net/asdf-system-connections for details
> and download instructions.

* gnu/packages/lisp-xyz.scm (sbcl-cl-containers)[inputs]: Remove
  labels. Add sbcl-asdf-system-connections, as suggested in worming.
  [file-name]: Use string for the name field.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 345932dff9..58c97b5d68 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7594,7 +7594,7 @@ (define-public ecl-metatilities-base
 
 (define-public sbcl-cl-containers
   (let ((commit "3d1df53c22403121bffb5d553cf7acb1503850e7")
-        (revision "3"))
+        (revision "4"))
     (package
       (name "sbcl-cl-containers")
       (version (git-version "0.12.1" revision commit))
@@ -7604,7 +7604,7 @@ (define-public sbcl-cl-containers
          (uri (git-reference
                (url "https://github.com/gwkkwg/cl-containers")
                (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-containers" version))
          (sha256
           (base32
            "18s6jfq11n8nv9k4biz32pm1s7y9zl054ry1gmdbcf39nisy377y"))))
@@ -7612,7 +7612,7 @@ (define-public sbcl-cl-containers
       (native-inputs
        (list sbcl-lift))
       (inputs
-       `(("metatilities-base" ,sbcl-metatilities-base)))
+       (list sbcl-metatilities-base sbcl-asdf-system-connections))
       (arguments
        '(#:phases
          (modify-phases %standard-phases
-- 
2.38.0





  parent reply	other threads:[~2022-11-18 22:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-17 23:47 [bug#59344] [PATCH 0/3] gnu: WIP Add cl-graph Sharlatan Hellseher
2022-11-17 23:50 ` [bug#59344] [PATCH 1/3] gnu: Add cl-asdf-system-connections Sharlatan Hellseher
2022-11-17 23:50   ` [bug#59344] [PATCH 2/3] gnu: Add cl-metacopy Sharlatan Hellseher
2022-11-17 23:50   ` [bug#59344] [PATCH 3/3] gnu: Add sbcl-cl-mathstats Sharlatan Hellseher
2022-11-18 13:43 ` [bug#59344] [PATCH 0/3] gnu: WIP Add cl-graph Guillaume Le Vaillant
2022-11-18 22:17   ` Sharlatan Hellseher
2022-11-18 22:19 ` Sharlatan Hellseher [this message]
2022-11-18 22:19   ` [bug#59344] [PATCH 2/2] gnu: " Sharlatan Hellseher
2022-11-19 12:00     ` bug#59344: " 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=20221118221905.11908-1-sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=59344@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).