import: cpan: Adjust expected license in tests.
This is a followup to 01ef804d69
.
* tests/cpan.scm ("cpan->guix-package"): Expect 'perl-license'.
This commit is contained in:
parent
909dcf5b46
commit
79e5e00f4f
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue