guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: corrode: Use git-file-name.


From: guix-commits
Subject: 06/06: gnu: corrode: Use git-file-name.
Date: Thu, 20 Feb 2020 16:47:15 -0500 (EST)

niedzejkob pushed a commit to branch master
in repository guix.

commit bb90beb5bf241de5f4d50375bb34b93bef93a4a5
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Thu Feb 20 22:46:40 2020 +0100

    gnu: corrode: Use git-file-name.
    
    * gnu/packages/haskell-apps.scm (corrode): Use git-file-name.
---
 gnu/packages/haskell-apps.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 6423b91..70348ee 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -113,8 +113,7 @@ installation of Haskell libraries and programs.")
          (uri (git-reference
                (url "https://github.com/jameysharp/corrode.git";)
                (commit "b6699fb2fa552a07c6091276285a44133e5c9789")))
-         (file-name
-          (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32 "02v0yyj6sk4gpg2222wzsdqjxn8w66scbnf6b20x0kbmc69qcz4r"))))
       (build-system haskell-build-system)



reply via email to

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