gnu: tint2: Add source file-name.

* gnu/packages/xdisorg.scm (tint2)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2022-11-14 15:24:33 +02:00
parent b13f00f0e1
commit 41b0d72f43
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1915,6 +1915,7 @@ (define-public tint2
(uri (git-reference
(url (string-append "https://gitlab.com/o9000/" name "/"))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"123apmgs6x2zfv1q57dyl4mwqf0vsw5ndh5jsg6p3fvhr66l1aja"))))