From f2ead3989e93a78fbcfa1788074742b71aec3319 Mon Sep 17 00:00:00 2001 From: jgart Date: Fri, 20 Feb 2026 23:20:57 -0500 Subject: 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 --- tests/import/cpan.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/import/cpan.scm b/tests/import/cpan.scm index 42e8c4e42c1..aec66122fb1 100644 --- a/tests/import/cpan.scm +++ b/tests/import/cpan.scm @@ -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)) -- cgit v1.2.3