guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: sbcl-lack-component: Provide a file-name.


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

efraim pushed a commit to branch master
in repository guix.

commit 3b1e29ae342929e49230d50ce9e2f7e3fd1097c6
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 28 15:31:25 2019 +0200

    gnu: sbcl-lack-component: Provide a file-name.
    
    * gnu/packages/lisp.scm (sbcl-lack-component)[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 46e81f9..a5df908 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5039,6 +5039,7 @@ performance and simplicity in mind.")
        (uri (git-reference
              (url "https://github.com/fukamachi/lack.git";)
              (commit commit)))
+       (file-name (git-file-name "lack-component" version))
        (sha256
         (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
      (build-system asdf-build-system/sbcl)



reply via email to

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