guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: sbcl-lack-request: Provide a file-name.


From: guix-commits
Subject: 05/10: gnu: sbcl-lack-request: Provide a file-name.
Date: Thu, 28 Nov 2019 08:59:21 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit cfbd9b42a1921322b30de9ca90ec86667842fee6
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 28 15:34:10 2019 +0200

    gnu: sbcl-lack-request: Provide a file-name.
    
    * gnu/packages/lisp.scm (sbcl-lack-request)[source]: Use git-file-name.
---
 gnu/packages/lisp.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 12a961c..dcf3b41 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -4923,6 +4923,7 @@ reset to 0 and you're able to read it again.")
        (uri (git-reference
              (url "https://github.com/fukamachi/lack.git";)
              (commit commit)))
+       (file-name (git-file-name "lack-request" version))
        (sha256
         (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
      (build-system asdf-build-system/sbcl)



reply via email to

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