aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/web.scm
diff options
context:
space:
mode:
authorPjotr Prins2020-06-03 16:13:20 -0500
committerPjotr Prins2020-06-03 16:13:20 -0500
commit21efb11c56e6b9cb49450467c5729433955abc42 (patch)
tree3d8ec60deb7b53437d0d36b440827e20c36a5a8e /gn/packages/web.scm
parentd856441a3eab2bc9b71391ca9daf666afc19ca51 (diff)
downloadguix-bioinformatics-21efb11c56e6b9cb49450467c5729433955abc42.tar.gz
Genenetwork1
Diffstat (limited to 'gn/packages/web.scm')
-rw-r--r--gn/packages/web.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gn/packages/web.scm b/gn/packages/web.scm
index 4ea5625..8b44e23 100644
--- a/gn/packages/web.scm
+++ b/gn/packages/web.scm
@@ -7,6 +7,7 @@
#:use-module (gnu packages onc-rpc)
#:use-module (gn packages python24)
#:use-module (gnu packages python)
+ #:use-module (gnu packages readline)
#:use-module (gnu packages web)
#:use-module (guix packages)
#:use-module (guix download)
@@ -203,6 +204,7 @@ extensive prebuilt components, and powerful plugins built on jQuery.")
#t)))))
(inputs
`(("httpd" ,httpd)
+ ("readline" ,readline)
("python" ,python-2))) ; does not seem to build with python3.7+
(native-inputs `(("flex" ,(@ (gnu packages flex) flex))))
(home-page "http://modpython.org/")
@@ -283,12 +285,17 @@ connections and other data between hits and access to Apache internals.")
`(("autoconf" ,autoconf)
("automake" ,automake)
("flex" ,(@ (gnu packages flex) flex))))
+ (propagated-inputs
+ `(
+ ("readline" ,readline)
+ ))
(inputs
`(("httpd" ,httpd)
("libnsl" ,libnsl)
("libtirpc" ,libtirpc)
("python" ,python-2.4)))))
+
(define-public web-font-awesome
(package
(inherit font-awesome)