diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-01-01 16:53:25 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-01-01 18:57:56 +0300 |
commit | 8b6c91ba538f87d519ffa1d5d3fc3324fdaac85f (patch) | |
tree | 9418968b6e868f26c06a94152c97122abe8fabca /gnu/tests | |
parent | 4db80f8b118c28b7adfe7bd6fca7ebadff701bb9 (diff) | |
download | patches-8b6c91ba538f87d519ffa1d5d3fc3324fdaac85f.tar patches-8b6c91ba538f87d519ffa1d5d3fc3324fdaac85f.tar.gz |
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.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/monitoring.scm | 5 |
1 files changed, 2 insertions, 3 deletions
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 <boskovits@gmail.com> -;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com> +;;; Copyright © 2018, 2019 Oleg Pykhalov <go.wigust@gmail.com> ;;; ;;; 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 |