me
/
guix
Archived
1
0
Fork 0

gnu: libxapp: Use a source file-name.

* gnu/packages/cinnamon.scm (libxapp)[source]: Use a source file-name.
Efraim Flashner 2023-07-08 23:17:46 +03:00
parent 820e32b556
commit 5b35ef308c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
(uri (git-reference
(url "https://github.com/linuxmint/xapp/")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0n443lwmxzmfnw03n98cqnm2ah1iij6pwsnwbly8sncmzg5jyklg"))))