From 21efb11c56e6b9cb49450467c5729433955abc42 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 3 Jun 2020 16:13:20 -0500 Subject: Genenetwork1 --- gn/packages/web.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gn/packages/web.scm') 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) -- cgit v1.2.3