guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: clipman: Use a source file-name.


From: guix-commits
Subject: 10/10: gnu: clipman: Use a source file-name.
Date: Sat, 8 Jul 2023 16:36:33 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 0a645ac60603b262a2f4a6be25e9b4298385296c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Jul 8 23:26:17 2023 +0300

    gnu: clipman: Use a source file-name.
    
    * gnu/packages/xdisorg.scm (clipman)[source]: Use a source file-name.
---
 gnu/packages/xdisorg.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4e00f0943f..d9360bc8f1 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2994,6 +2994,7 @@ After selection, the clip is put onto the PRIMARY and 
CLIPBOARD X selections.")
               (uri (git-reference
                     (url (string-append "https://github.com/yory8/"; name "/"))
                     (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256 (base32
                         
"0b9kvj0dif4221dy6c1npknhhjxvbc4kygzhwxjirpwjws0yv6v9"))))
     (build-system go-build-system)



reply via email to

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