guix-commits
[Top][All Lists]
Advanced

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

01/03: import: cpan: Adjust expected license in tests.


From: Ludovic Courtès
Subject: 01/03: import: cpan: Adjust expected license in tests.
Date: Wed, 13 Sep 2017 18:10:19 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 79e5e00f4f0b5a6b2cbf13f60bcd1fd7029f8e08
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 13 23:33:07 2017 +0200

    import: cpan: Adjust expected license in tests.
    
    This is a followup to 01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a.
    
    * tests/cpan.scm ("cpan->guix-package"): Expect 'perl-license'.
---
 tests/cpan.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cpan.scm b/tests/cpan.scm
index de865b2..8900716 100644
--- a/tests/cpan.scm
+++ b/tests/cpan.scm
@@ -100,7 +100,7 @@
                    ('home-page "http://search.cpan.org/dist/Foo-Bar";)
                    ('synopsis "Fizzle Fuzz")
                    ('description 'fill-in-yourself!)
-                   ('license (package-license perl)))
+                   ('license 'perl-license))
                  (string=? (bytevector->nix-base32-string
                             (call-with-input-string test-source port-sha256))
                            hash))



reply via email to

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