diff options
author | Pjotr Prins | 2016-04-20 08:37:55 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 08:37:55 +0000 |
commit | af7d0bca229f3ebaa80a16d1ce3a2bf1a8abd5df (patch) | |
tree | 61dfc53eed849cb0f136066de0256f1cfb3beb5b /doc/GUIX-Reproducible-from-source.org | |
parent | c76299fa981add7b8cf56126c8d7ffeb9a6c4034 (diff) | |
download | genenetwork2-af7d0bca229f3ebaa80a16d1ce3a2bf1a8abd5df.tar.gz |
[PATCH 023/100] WIP fixing all paths
Diffstat (limited to 'doc/GUIX-Reproducible-from-source.org')
-rw-r--r-- | doc/GUIX-Reproducible-from-source.org | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/GUIX-Reproducible-from-source.org b/doc/GUIX-Reproducible-from-source.org index 871156ed..4399ea26 100644 --- a/doc/GUIX-Reproducible-from-source.org +++ b/doc/GUIX-Reproducible-from-source.org @@ -4,6 +4,7 @@ - [[#introduction][Introduction]] - [[#binary-deployment][Binary deployment]] - [[#from-source-deployment][From source deployment]] + - [[#create-archive][Create archive]] * Introduction @@ -33,10 +34,21 @@ Once that is done we can add the guix-bioinformatics path with : env GUIX_PACKAGE_PATH=../guix-bioinformatics command -such as +So #+begin_src sh :lang bash +#+begin_src sh :lang bash gn-stable-guix$ env GUIX_PACKAGE_PATH=../guix-bioinformatics ./pre-inst-env guix package -A genenetwork genenetwork1 1.0-d622c803b out ../guix-bioinformatics/gn/packages/bioinformatics.scm:163:2 genenetwork2 2.0-9e9475053 out ../guix-bioinformatics/gn/packages/bioinformatics.scm:215:2 #+end_src sh :lang bash + +Install with + +#+begin_src sh :lang bash +gn-stable-guix$ env GUIX_PACKAGE_PATH=../guix-bioinformatics ./pre-inst-env guix package -i genenetwork2 +#+end_src sh :lang bash + +* Create archive + +: env GUIX_PACKAGE_PATH=../../genenetwork/guix-bioinformatics/ ./pre-inst-env guix archive --export -r genenetwork2 > guix_gn2-2.0-9e9475053.nar |