mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
199a1235bd
commit
d6f4dc1db4
2 changed files with 4 additions and 19 deletions
|
@ -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"))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue