diff options
author | Efraim Flashner | 2019-10-10 04:25:05 -0500 |
---|---|---|
committer | Efraim Flashner | 2019-10-10 04:25:05 -0500 |
commit | 27c79d5c3cb32d4734853defa44a7b3f83e8d53e (patch) | |
tree | 010c62a36690d7bc11aa103e7591a5270b3b6e0f /gn/packages/bnw.scm | |
parent | 98ac34265936e5bf4ecb371bee11d82069e3b853 (diff) | |
parent | cb55444671fd2334a606d360773b339ef6a2a6fe (diff) | |
download | guix-bioinformatics-27c79d5c3cb32d4734853defa44a7b3f83e8d53e.tar.gz |
Merge remote-tracking branch 'origin/core-updates'
Diffstat (limited to 'gn/packages/bnw.scm')
-rw-r--r-- | gn/packages/bnw.scm | 3 |
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).") |