[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: fcitx5-material-color-theme: Add source file
From: |
guix-commits |
Subject: |
branch master updated: gnu: fcitx5-material-color-theme: Add source file-name. |
Date: |
Tue, 08 Dec 2020 11:19:17 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new adbb62f gnu: fcitx5-material-color-theme: Add source file-name.
adbb62f is described below
commit adbb62f16e09f219c465dcaffc321eb311eaed86
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 8 18:14:31 2020 +0200
gnu: fcitx5-material-color-theme: Add source file-name.
* gnu/packages/fcitx5.scm (fcitx5-material-color-theme)[source]: Add
file-name field.
---
gnu/packages/fcitx5.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index b14385d..89de7b4 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: fcitx5-material-color-theme: Add source file-name.,
guix-commits <=