From 4e110f61ac43ead1230f7cf18b8d8cc70c8bfe88 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Tue, 8 Dec 2020 13:44:53 +0100 Subject: guix: opam: Remove stray `pk'. * guix/import/opam.scm (opam->guix-package): Remove stray `pk'. --- guix/import/opam.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/import/opam.scm b/guix/import/opam.scm index 867812124d..78d72df2ce 100644 --- a/guix/import/opam.scm +++ b/guix/import/opam.scm @@ -267,7 +267,7 @@ (define* (opam->guix-package name #:key (repository (get-opam-repository)) versi or #f on failure." (and-let* ((opam-file (opam-fetch name repository)) (version (assoc-ref opam-file "version")) - (opam-content (pk (assoc-ref opam-file "metadata"))) + (opam-content (assoc-ref opam-file "metadata")) (url-dict (metadata-ref opam-content "url")) (source-url (or (metadata-ref url-dict "src") (metadata-ref url-dict "archive"))) -- cgit v1.2.3