unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob cd6ceb551ac1afc6832c4f354651125584f91e43 209 bytes (raw)
name: talks/jres-2022/src/example/some-python-bis.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
(define python "python")

(specifications->manifest
 (append
  (list python)
  (map (lambda (pkg)
         (string-append python "-" pkg))
       (list
        "matplotlib"
        "numpy"
        "scipy"))))

debug log:

solving cd6ceb5 ...
found cd6ceb5 in https://yhetil.org/guix-patches/20220620035132.3461-1-zimon.toutoune@gmail.com/

applying [1/1] https://yhetil.org/guix-patches/20220620035132.3461-1-zimon.toutoune@gmail.com/
diff --git a/talks/jres-2022/src/example/some-python-bis.scm b/talks/jres-2022/src/example/some-python-bis.scm
new file mode 100644
index 0000000..cd6ceb5

Checking patch talks/jres-2022/src/example/some-python-bis.scm...
Applied patch talks/jres-2022/src/example/some-python-bis.scm cleanly.

index at:
100644 cd6ceb551ac1afc6832c4f354651125584f91e43	talks/jres-2022/src/example/some-python-bis.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).