me
/
guix
Archived
1
0
Fork 0

gnu: tint2: Add source file-name.

* gnu/packages/xdisorg.scm (tint2)[source]: Add file-name field.
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
1 changed files with 1 additions and 0 deletions

View File

@ -1915,6 +1915,7 @@ natural language input and provide results.")
(uri (git-reference
(url (string-append "https://gitlab.com/o9000/" name "/"))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"123apmgs6x2zfv1q57dyl4mwqf0vsw5ndh5jsg6p3fvhr66l1aja"))))