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

1
2
3
4
5
6
7
8
9
 
(define python
  (package
    (name "python")
    (version "3.9.9")
    (source ... )
    (build-system gnu-build-system)
    (arguments ... )
    (inputs (list bzip2 expat gdbm libffi sqlite
                  openssl readline zlib tcl tk))))

debug log:

solving 994538d ...
found 994538d 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/mock-define-python.scm b/talks/jres-2022/src/example/mock-define-python.scm
new file mode 100644
index 0000000..994538d

Checking patch talks/jres-2022/src/example/mock-define-python.scm...
Applied patch talks/jres-2022/src/example/mock-define-python.scm cleanly.

index at:
100644 994538d4da851d656e106bb5d0a2ce99197d13a6	talks/jres-2022/src/example/mock-define-python.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).