mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Enable swig tests.
* gnu/packages/swig.scm (swig): Add boost as input and enable tests.
This commit is contained in:
parent
428a62f257
commit
0a643dc6f4
1 changed files with 2 additions and 5 deletions
|
@ -23,6 +23,7 @@ (define-module (gnu packages swig)
|
|||
#:use-module (guix build-system gnu)
|
||||
#:use-module (gnu packages pcre)
|
||||
#:use-module (gnu packages guile)
|
||||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages perl)
|
||||
#:export (swig))
|
||||
|
@ -39,11 +40,7 @@ (define swig
|
|||
(base32
|
||||
"0kj21b6syp62vx68r1j6azv9033kng68pxm1k79pm4skkzr0ny33"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:configure-flags '("--without-boost")
|
||||
|
||||
;; FIXME: Some tests require Boost anyway. Turn them on when
|
||||
;; we have Boost.
|
||||
#:tests? #f))
|
||||
(native-inputs `(("boost" ,boost)))
|
||||
(inputs `(("pcre" ,pcre)
|
||||
|
||||
;; Provide these to run the corresponding tests.
|
||||
|
|
Loading…
Reference in a new issue