mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-qt-pro-mode: Add a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-qt-pro-mode)[source]: Add a file-name field. Change-Id: I3e7f5c7408c89f15f8c3161225065f40cc719543
This commit is contained in:
parent
e3c00c4532
commit
a2128ac647
1 changed files with 1 additions and 0 deletions
|
@ -14402,6 +14402,7 @@ (define-public emacs-qt-pro-mode
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacsorphanage/qt-pro-mode")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07054hzl7gd0wfibcqvij2wx9zji330gsryn53qad9gyalvlavpa"))))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Reference in a new issue