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/packages/php.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'gnu/packages/php.scm') diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 1d33b17a10..a96f1c2259 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2016 Marius Bakke ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018 Ricardo Wurmus +;;; Copyright © 2019 Oleg Pykhalov ;;; ;;; This file is part of GNU Guix. ;;; @@ -353,10 +354,4 @@ systems, web content management systems and web frameworks." ) license:expat)))) ; ext/date/lib (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)))))) + (deprecated-package "php-with-bcmath" php)) -- cgit v1.2.3