gnu: clipman: Use a source file-name.

* gnu/packages/xdisorg.scm (clipman)[source]: Use a source file-name.
This commit is contained in:
Efraim Flashner 2023-07-08 23:26:17 +03:00
parent f5a8808616
commit 0a645ac606
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)