diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-08-18 12:05:05 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-08-18 12:05:05 +0300 |
commit | d6f4dc1db488b5fbfdbdfe056308d881f30b27f2 (patch) | |
tree | 5884c51fc1d0a75d01a83e809f2a5086300eb18a /gnu/packages/pcre.scm | |
parent | 199a1235bd331b9202b4f7b404cfd66c2d33f7cd (diff) |
gnu: Remove pcre2-10.36.
* gnu/packages/pcre.scm (pcre2-10.36): Remove variable.
* gnu/packages/julia.scm (julia)[arguments]: Adjust 'adjust-test-suite
phase for new pcre2 package.
[inputs]: Replace pcre2-10.36 with pcre2.
Diffstat (limited to 'gnu/packages/pcre.scm')
-rw-r--r-- | gnu/packages/pcre.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm index 318727915e..7e760c93b1 100644 --- a/gnu/packages/pcre.scm +++ b/gnu/packages/pcre.scm @@ -121,16 +121,3 @@ own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.") (license license:bsd-3) (home-page "https://www.pcre.org/"))) - -(define-public pcre2-10.36 - (package - (inherit pcre2) - (name "pcre2") - (version "10.36") - (source (origin - (method url-fetch) - (uri (string-append "mirror://sourceforge/pcre/pcre2/" - version "/pcre2-" version ".tar.bz2")) - (sha256 - (base32 - "0p3699msps07p40g9426lvxa3b41rg7k2fn7qxl2jm0kh4kkkvx9")))))) |