From 8b6c91ba538f87d519ffa1d5d3fc3324fdaac85f Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Tue, 1 Jan 2019 16:53:25 +0300 Subject: gnu: php-with-bcmath: Deprecate in favour of 'php'. This is a follow-up to 4629d26755aa06344fb8f515fb0202776e70c429. * gnu/packages/php.scm (php-with-bcmath): Deprecate in favour of 'php'. * gnu/tests/monitoring.scm (%zabbix-os): Use this. --- gnu/tests/monitoring.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/tests') diff --git a/gnu/tests/monitoring.scm b/gnu/tests/monitoring.scm index ab72682aed..14d989d79a 100644 --- a/gnu/tests/monitoring.scm +++ b/gnu/tests/monitoring.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018 Gábor Boskovits -;;; Copyright © 2018 Oleg Pykhalov +;;; Copyright © 2018, 2019 Oleg Pykhalov ;;; ;;; This file is part of GNU Guix. ;;; @@ -307,8 +307,7 @@ zabbix||{} (service php-fpm-service-type (php-fpm-configuration - (timezone "Europe/Paris") - (php php-with-bcmath))) + (timezone "Europe/Paris"))) (service zabbix-server-service-type (zabbix-server-configuration -- cgit v1.2.3