GNU bug report logs - #33549
[PATCH 0/6] Add Zabbix services.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Thu, 29 Nov 2018 18:48:02 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ludovic Courtès <ludo <at> gnu.org>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 33549 <at> debbugs.gnu.org, Julien Lepiller <julien <at> lepiller.eu>
Subject: [bug#33549] [PATCH 5/6] gnu: Add php-with-bcmath.
Date: Wed, 19 Dec 2018 16:20:41 +0100
Hi Oleg,

Sorry for the late reply!

Oleg Pykhalov <go.wigust <at> gmail.com> 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’.




This bug report was last modified 6 years and 160 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.