summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2017-10-28 18:13:08 -0500
committerEric Bavier <bavier@member.fsf.org>2017-10-28 18:20:58 -0500
commit23055424f2628470a864106dbc4d4acb003399ee (patch)
treef3cdea196c51b2b71d37cff1a85ff3963c24df27 /tests
parent9de52b56438674c0d0f92be34cebf5f1a38a6bfa (diff)
downloadguix-23055424f2628470a864106dbc4d4acb003399ee.tar.gz
import: cpan: Propagate imported dependencies.
This is most often the need for perl module dependencies.

* guix/import/cpan.scm (cpan-module->sexp): 'inputs -> 'propagated-inputs.
* tests/cpan.scm ("cpan->guix-package"): Adjust accordingly.
Diffstat (limited to 'tests')
-rw-r--r--tests/cpan.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpan.scm b/tests/cpan.scm
index 8900716cb0..91e2cc6814 100644
--- a/tests/cpan.scm
+++ b/tests/cpan.scm
@@ -94,7 +94,7 @@
                                ('base32
                                 (? string? hash)))))
                    ('build-system 'perl-build-system)
-                   ('inputs
+                   ('propagated-inputs
                     ('quasiquote
                      (("perl-test-script" ('unquote 'perl-test-script)))))
                    ('home-page "http://search.cpan.org/dist/Foo-Bar")