mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: clipman: Use a source file-name.
* gnu/packages/xdisorg.scm (clipman)[source]: Use a source file-name.
This commit is contained in:
parent
f5a8808616
commit
0a645ac606
1 changed files with 1 additions and 0 deletions
|
@ -2994,6 +2994,7 @@ (define-public clipman
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue