GNU bug report logs - #73057
[PATCH 2/2] gnu: Add sbcl-ciel-repl.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Thu, 5 Sep 2024 20:04:03 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 73057 <at> debbugs.gnu.org
Subject: [bug#73057] [PATCH 2/2] gnu: Add sbcl-ciel-repl.
Date: Fri, 06 Sep 2024 09:25:47 +0000
[Message part 1 (text/plain, inline)]
Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:

> diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
> index c22d5f6565..536b4029dc 100644
> --- a/gnu/packages/lisp-xyz.scm
> +++ b/gnu/packages/lisp-xyz.scm
> @@ -3563,6 +3563,75 @@ (define-public cl-ciel
>  (define-public ecl-ciel
>    (sbcl-package->ecl-package sbcl-ciel))
>  
> +(define-public sbcl-ciel-repl
> +  (let ((commit "0b26d64dcd91a3a2aa962842629a853261dd30fe")
> +        (version "0.2.1"))
> +    (package
> +      (name "sbcl-ciel-repl")
> +      (version version)
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/khinsen/CIEL")
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32 "0gm8slnz4jw98rkijnh2dp6x629xdnfk8z7j35g03j6ypr56v06h"))
> +         (patches (search-patches "ciel-repl.patch"))))

Is there a reason to take the sources from
<https://github.com/khinsen/CIEL> instead of the upstream repository at
<https://github.com/ciel-lang/CIEL>?

The "ciel-repl.patch" referenced in the 'source' field is missing.
Could you send an updated patch?
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.