all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob ff6ddb3606b91c220b5cb362871b750b78bb7d3d 330 bytes (raw)
name: talks/fcc-inrae-2022/example/mock-define-pkg.scm 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
 
(package                 ; definition du noeud python
  (name "python")
  (version "3.9.9")
  (source ... )                   ; -> Gitlab, etc.
  (build-system gnu-build-system) ; ./configure; make; install
  (arguments ... )                ; options de production
  (inputs (list ...)))   ; liste d'autres noeuds -> graphe (DAG)

debug log:

solving ff6ddb3 ...
found ff6ddb3 in https://yhetil.org/guix/20220620035428.4810-1-zimon.toutoune@gmail.com/

applying [1/1] https://yhetil.org/guix/20220620035428.4810-1-zimon.toutoune@gmail.com/
diff --git a/talks/fcc-inrae-2022/example/mock-define-pkg.scm b/talks/fcc-inrae-2022/example/mock-define-pkg.scm
new file mode 100644
index 0000000..ff6ddb3

Checking patch talks/fcc-inrae-2022/example/mock-define-pkg.scm...
Applied patch talks/fcc-inrae-2022/example/mock-define-pkg.scm cleanly.

index at:
100644 ff6ddb3606b91c220b5cb362871b750b78bb7d3d	talks/fcc-inrae-2022/example/mock-define-pkg.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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.