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.
This commit is contained in:
Efraim Flashner 2021-08-18 12:05:05 +03:00
parent 199a1235bd
commit d6f4dc1db4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
2 changed files with 4 additions and 19 deletions

View file

@ -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"))))))