aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/bnw.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/bnw.scm')
-rw-r--r--gn/packages/bnw.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/packages/bnw.scm b/gn/packages/bnw.scm
index 7b6662c..db30a84 100644
--- a/gn/packages/bnw.scm
+++ b/gn/packages/bnw.scm
@@ -3,6 +3,7 @@
#:use-module (guix packages)
#:use-module (guix git-download)
#:use-module (guix build-system gnu)
+ #:use-module (gnu packages gcc)
#:use-module (gn packages graphviz)
#:use-module (gn packages javascript)
#:use-module (gn packages maths)
@@ -124,6 +125,8 @@
("filesaver" ,javascript-filesaver)
("cyto-dagre" ,javascript-cytoscape-dagre)
("panzoom" ,javascript-cytoscape-panzoom)))
+ (native-inputs
+ `(("gcc" ,gcc-5)))
(home-page "http://compbio.uthsc.edu/BNW/")
(synopsis "Bayesian Network Webserver")
(description "This contains the code for the @dfn{Bayesian Network Webserver} (BNW).")