guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: tests: opam: Fix input type in import test.


From: guix-commits
Subject: 01/01: tests: opam: Fix input type in import test.
Date: Sat, 7 Sep 2019 16:26:04 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 1d03a9198db6f3656a34d62eb89e5f7d5a99e76a
Author: Julien Lepiller <address@hidden>
Date:   Sat Sep 7 22:23:32 2019 +0200

    tests: opam: Fix input type in import test.
    
    * tests/opam.scm: Expect propagated-inputs instead of inputs.
---
 tests/opam.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/opam.scm b/tests/opam.scm
index e8c0d15..d3626fd 100644
--- a/tests/opam.scm
+++ b/tests/opam.scm
@@ -99,7 +99,7 @@ url {
                          ('base32
                           (? string? hash)))))
              ('build-system 'ocaml-build-system)
-             ('inputs
+             ('propagated-inputs
               ('quasiquote
                (("ocaml-zarith" ('unquote 'ocaml-zarith)))))
              ('native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]