mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: apl: Add pcre support.
* gnu/packages/apl.scm (apl)[inputs]: Add pcre2.
This commit is contained in:
parent
f98ca1520f
commit
a220a6894b
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ (define-module (gnu packages apl)
|
|||
#:use-module (guix build-system gnu)
|
||||
#:use-module (gnu packages gettext)
|
||||
#:use-module (gnu packages maths)
|
||||
#:use-module (gnu packages pcre)
|
||||
#:use-module (gnu packages readline)
|
||||
#:use-module (gnu packages sqlite))
|
||||
|
||||
|
@ -44,6 +45,7 @@ (define-public apl
|
|||
(inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("lapack" ,lapack)
|
||||
("pcre" ,pcre2)
|
||||
("sqlite" ,sqlite)
|
||||
("readline" ,readline)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue