gnu: re2: Add missing '#:modules' imports.
Fixes <https://bugs.gnu.org/26813>. * gnu/packages/regex.scm (re2): Add missing '#:modules' imports. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
484f7a8862
commit
7a4a64e99e
|
@ -41,7 +41,10 @@
|
||||||
"14i9pf9ap8h48j1584ifsq7c7a884cr1s4r7zvpcb9x1xr9232wh"))))
|
"14i9pf9ap8h48j1584ifsq7c7a884cr1s4r7zvpcb9x1xr9232wh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:modules ((guix build gnu-build-system)
|
||||||
|
(guix build utils)
|
||||||
|
(srfi srfi-1))
|
||||||
|
#:test-target "test"
|
||||||
;; There is no configure step, but the Makefile respects a prefix.
|
;; There is no configure step, but the Makefile respects a prefix.
|
||||||
;; As ./configure does not know anything about the target CXX
|
;; As ./configure does not know anything about the target CXX
|
||||||
;; we need to specify TARGET-g++ explicitly.
|
;; we need to specify TARGET-g++ explicitly.
|
||||||
|
|
Loading…
Reference in New Issue