unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 8b553848eef6e0f4f110f25af342b43c3ed76bfa 1061 bytes (raw)
name: gnu/packages/scheme-xyz.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
(define-module (gnu packages scheme-xyz)
  #:use-module (guix packages)
  #:use-module (guix build-system gerbil)
  #:use-module (gnu packages scheme)
  #:use-module (gnu packages xml)
  #:use-module (guix git-download)
  #:use-module ((guix licenses) #:prefix license:))

(define-public gerbil-srfi-54
  (package
    (name "gerbil-srfi-54")
    (version "git")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/hckiang/srfi-54")
             (commit "master")))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0k1ddfhvbmf9njxm1ybs61n9kpzjvha2j63mf756r7b3x5rk51b0"))))
    (build-system gerbil-build-system)
    (synopsis "SRFI-54 for Gerbil Scheme")
    (description "This SRFI introduces the CAT procedure that converts any object
to a string.  It takes one object as the first argument and accepts a variable
number of optional arguments, unlike the procedure called FORMAT.")
    (home-page "https://github.com/hckiang/srfi-54")
    (license license:lgpl3)))

debug log:

solving 8b553848ee ...
found 8b553848ee in https://yhetil.org/guix-patches/87tuz718jz.fsf@alice.lan/

applying [1/1] https://yhetil.org/guix-patches/87tuz718jz.fsf@alice.lan/
diff --git a/gnu/packages/scheme-xyz.scm b/gnu/packages/scheme-xyz.scm
new file mode 100644
index 0000000000..8b553848ee

Checking patch gnu/packages/scheme-xyz.scm...
Applied patch gnu/packages/scheme-xyz.scm cleanly.

index at:
100644 8b553848eef6e0f4f110f25af342b43c3ed76bfa	gnu/packages/scheme-xyz.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).