diff options
author | BonfaceKilz | 2020-11-20 20:18:03 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-20 20:18:03 +0300 |
commit | ad741c19d6a7bfc16610fa25689398243deaa7a5 (patch) | |
tree | 90f5dc7779a778ea70b14653ceadd30c1434bef3 /gn/packages/genenetwork.scm | |
parent | 86acd15607658a3c4e09c87d37c5b6ebe97985e2 (diff) | |
download | guix-bioinformatics-ad741c19d6a7bfc16610fa25689398243deaa7a5.tar.gz |
gn: genenetwork2: Remove vim from propagated inputs
* gn/packages/genenetwork.scm (genenetwork2):
[propagated-inputs]: Remove vim. Right now, building vim fails, thereby
causing python3-genenetwork2 to fail.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 6a19014..1e15cbb 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -269,7 +269,6 @@ Graphical Fragment Assembly} files and related formats.") ("python" ,python-2) ;; probably superfluous ("coreutils" ,coreutils) ("git" ,git) - ("vim" ,vim) ("which" ,which) ("grep" ,grep) ("r" ,r) |