guix-commits
[Top][All Lists]
Advanced

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

01/05: guix: opam: Remove stray `pk'.


From: guix-commits
Subject: 01/05: guix: opam: Remove stray `pk'.
Date: Tue, 8 Dec 2020 10:57:05 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 4e110f61ac43ead1230f7cf18b8d8cc70c8bfe88
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Dec 8 13:44:53 2020 +0100

    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(-)

diff --git a/guix/import/opam.scm b/guix/import/opam.scm
index 8678121..78d72df 100644
--- a/guix/import/opam.scm
+++ b/guix/import/opam.scm
@@ -267,7 +267,7 @@ REPOSITORY is #f, from the official OPAM repository.  
Return a 'package' sexp
 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")))



reply via email to

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