mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
guix: import: cpan: Fill in description field in template.
* guix/import/cpan.scm (cpan-module->sexp): Fill in description field in template. * tests/import/cpan.scm (test-source): Update test to account for change in description text. Change-Id: I3bc3e4c2cc90f7a1f1f0d56e9213b6a1d0b8e841 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
(propagated-inputs (list perl-test-script))
|
||||
(home-page "https://metacpan.org/release/Foo-Bar")
|
||||
(synopsis "Fizzle Fuzz")
|
||||
(description fill-in-yourself!)
|
||||
(description "Fizzle Fuzz.")
|
||||
(license perl-license))
|
||||
(string=? (bytevector->nix-base32-string
|
||||
(call-with-input-string test-source port-sha256))
|
||||
|
||||
Reference in New Issue
Block a user