~ruther/guix-local

bf9b3d14ffd4a7a09cc156d7c9ef04119bd6136e — Maxim Cournoyer 2 years ago daae855
gnu: haunt: Import the correct set of modules.

* gnu/packages/guile-xyz.scm (haunt) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.

Change-Id: I234344443de93e07e390ca8ae155718692926633
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/guile-xyz.scm
M gnu/packages/guile-xyz.scm => gnu/packages/guile-xyz.scm +1 -1
@@ 3015,7 3015,7 @@ inspired by the SCSH regular expression system.")
    (build-system gnu-build-system)
    (arguments
     `(#:modules ((ice-9 match) (ice-9 ftw)
                  ,@%default-gnu-imported-modules)
                  ,@%default-gnu-modules)
       #:tests? #f ; test suite is non-deterministic :(
       #:phases (modify-phases %standard-phases
                  (add-after 'install 'wrap-haunt