diff options
author | Pjotr Prins | 2019-09-06 07:55:53 -0500 |
---|---|---|
committer | Pjotr Prins | 2019-09-06 07:55:53 -0500 |
commit | 202ffda713a2c6b1de921119df19b605c1e4944e (patch) | |
tree | 11f80ff55adf9ff06f33a11446ec81e3613eafc1 /gn/packages | |
parent | 9e30dcaa4ffd9a1ec8d988483f0d2e8394b08e29 (diff) | |
download | guix-bioinformatics-202ffda713a2c6b1de921119df19b605c1e4944e.tar.gz |
tarball
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/python.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 29d600f..addb973 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -566,6 +566,13 @@ project)") (description #f) (license #f))) +; penguin2:~/tmp$ env IPFS_PATH=/export/ipfs/ ipfs add -r Imaging/ +; added QmV8Rew1re8gBTLsaqMU4bd7euFUPEpjiD572mtoz6KhPn Imaging/Imaging-1.1.6-gn.tar.gz +; added QmdkzQpVMLZVtywpYesynt9c7H8w7hHZRYKq8woN7stfpD Imaging +; env IPFS_PATH=/export/ipfs/ ipfs pin add -r QmdkzQpVMLZVtywpYesynt9c7H8w7hHZRYKq8woN7stfpD +; pinned QmdkzQpVMLZVtywpYesynt9c7H8w7hHZRYKq8woN7stfpD recursively + + (define-public python2-pil1-gn ; guix obsolete (package (name "python2-pil1") ; works with GN2 |