me
/
guix
Archived
1
0
Fork 0

gnu: fcitx5-material-color-theme: Add source file-name.

* gnu/packages/fcitx5.scm (fcitx5-material-color-theme)[source]: Add
file-name field.
master
Efraim Flashner 2020-12-08 18:14:31 +02:00
parent ccc4d287b7
commit adbb62f16e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ to manage different input methods in Fcitx 5.")
(uri (git-reference
(url "https://github.com/hosxy/Fcitx5-Material-Color")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1mgc722521jmfx0xc3ibmiycd3q2w7xg2956xcpc07kz90gcdjaa"))))
(build-system copy-build-system)