1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: Remove pcre2/fixed.

* gnu/packages/pcre.scm (pcre2/fixed): Remove variable.
(pcre2)[replacement]: Remove.
[source](patches): New field.
* gnu/packages/php.scm (php)[inputs]: Change PCRE2/FIXED to PCRE2.
This commit is contained in:
Marius Bakke 2019-08-04 13:49:45 +02:00
parent f35d313265
commit a33925d122
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 2 additions and 14 deletions

View file

@ -367,7 +367,7 @@
("oniguruma" ,oniguruma-5)
("openldap" ,openldap)
("openssl" ,openssl)
("pcre" ,pcre2/fixed) ; must be /fixed for tests
("pcre" ,pcre2)
("postgresql" ,postgresql)
("readline" ,readline)
("sqlite" ,sqlite)