diff options
author | Efraim Flashner | 2020-08-03 11:30:26 +0300 |
---|---|---|
committer | Efraim Flashner | 2020-08-03 11:30:35 +0300 |
commit | 8dea57f0ef16c12e19709fbca87edaf476ce4c7f (patch) | |
tree | 7d3ed91adcdd809b4bf20b8f03d31d29bf90d86e /gn/packages/bnw.scm | |
parent | 1c3d35bd5f1780589c0e88ce29d8b883853d62ea (diff) | |
download | guix-bioinformatics-8dea57f0ef16c12e19709fbca87edaf476ce4c7f.tar.gz |
gn: Move graphviz-2.26 to guix-past
Diffstat (limited to 'gn/packages/bnw.scm')
-rw-r--r-- | gn/packages/bnw.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/bnw.scm b/gn/packages/bnw.scm index 043077d..bdcaeb0 100644 --- a/gn/packages/bnw.scm +++ b/gn/packages/bnw.scm @@ -6,7 +6,7 @@ #:use-module (gnu packages gcc) #:use-module (gnu packages python) #:use-module (gnu packages statistics) - #:use-module (gn packages graphviz) + #:use-module (past packages graphviz) #:use-module (gn packages javascript) #:use-module (gn packages maths) #:use-module (gn packages python) |