diff options
Diffstat (limited to 'gn/packages/php.scm')
-rw-r--r-- | gn/packages/php.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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 "=" |