From eafcf26cd1d04501672c238663a64a4af8b173f0 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 17 Dec 2022 15:54:26 +0000 Subject: PHP5 and GN1 --- gn/packages/genenetwork.scm | 3 ++- gn/packages/php.scm | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index b7e71d2..830b165 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -711,7 +711,8 @@ written in C") `(("ghostscript" ,ghostscript) ("graphviz" ,graphviz) ("php-5.6" ,php-5.6) - ("wget" ,wget))) + ("wget" ,wget) + ("which" ,which))) (propagated-inputs `(("python" ,python-2.4) ("httpd-with-mod-python" ,httpd22-with-mod-python) diff --git a/gn/packages/php.scm b/gn/packages/php.scm index 47e473d..24fe6a5 100644 --- a/gn/packages/php.scm +++ b/gn/packages/php.scm @@ -24,7 +24,9 @@ (base32 "073dcpiaq89b0nv9a5andlkhwxhpr5f2wd65s7xxg59rxqgaas8k")))) (arguments - `(#:configure-flags + `( + #:tests? #f + #:configure-flags (let-syntax ((with (syntax-rules () ((_ option input) (string-append option "=" -- cgit v1.2.3