diff options
-rw-r--r-- | gn/packages/genenetwork.scm | 3 | ||||
-rw-r--r-- | 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 "=" |