guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: ntk: Use git-file-name.


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

niedzejkob pushed a commit to branch master
in repository guix.

commit fb36ac61d4c107c8eedf9b2b29ef62c24f95b472
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Thu Feb 20 20:56:58 2020 +0100

    gnu: ntk: Use git-file-name.
    
    * gnu/packages/fltk.scm (ntk): Use git-file-name.
---
 gnu/packages/fltk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index 40d5e7e..f09b383 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -109,7 +109,7 @@ UI builder called FLUID that can be used to create 
applications in minutes.")
               (sha256
                (base32
                 "0j38mhnfqy6swcrnc5zxcwlqi8b1pgklyghxk6qs1lf4japv2zc0"))
-              (file-name (string-append name "-" version "-checkout"))))
+              (file-name (git-file-name name version))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f ;no "check" target



reply via email to

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