gnu: emacs-pasp-mode: Use a source file-name.
* gnu/packages/potassco.scm (emacs-pasp-mode)[source]: Use a source file-name.
This commit is contained in:
parent
c7233b2247
commit
f5a8808616
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ (define-public emacs-pasp-mode
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/santifa/pasp-mode")
|
(url "https://github.com/santifa/pasp-mode")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "emacs-pasp-mode-quote-file-names.patch"))
|
(search-patches "emacs-pasp-mode-quote-file-names.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue