guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33549] [PATCH 5/6] gnu: Add php-with-bcmath.


From: Ludovic Courtès
Subject: [bug#33549] [PATCH 5/6] gnu: Add php-with-bcmath.
Date: Wed, 19 Dec 2018 16:20:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Oleg,

Sorry for the late reply!

Oleg Pykhalov <address@hidden> skribis:

> * gnu/packages/php.scm (php-with-bcmath): New variable.

[...]

> +(define-public php-with-bcmath
> +  (package
> +    (inherit php)
> +    (name "php-with-bcmath")
> +    (arguments
> +     (substitute-keyword-arguments (package-arguments php)
> +       ((#:configure-flags flags)
> +        `(cons "--enable-bcmath" ,flags))))))

Any reason not to make it the default ‘php’ package?

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]