guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: ocaml-uri: Use a source file-name.


From: guix-commits
Subject: 05/09: gnu: ocaml-uri: Use a source file-name.
Date: Tue, 22 Jun 2021 06:53:06 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3623696db15f031ea4d9894a96ea2579e4211218
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 22 11:26:53 2021 +0300

    gnu: ocaml-uri: Use a source file-name.
    
    * gnu/packages/ocaml.scm (ocaml-uri)[source]: Add a file-name field.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 21d16a4..dd30f4c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3453,6 +3453,7 @@ JSON.")
        (uri (git-reference
              (url home-page)
              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32
          "10bf28my1yhj8a2d7bkgbna9j20wq0ghp92k926y29bmjj2qh0l7"))))



reply via email to

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