diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-07-08 23:25:03 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-07-08 23:25:03 +0300 |
commit | f5a880861600799b462ee7449e2c7a3f777153ac (patch) | |
tree | a7bcb92b3ffdc65ce8d8d7bc0ad16f4b296baf61 | |
parent | c7233b2247102f7e43f17de29273e11aad245783 (diff) | |
download | guix-f5a880861600799b462ee7449e2c7a3f777153ac.tar.gz |
gnu: emacs-pasp-mode: Use a source file-name.
* gnu/packages/potassco.scm (emacs-pasp-mode)[source]: Use a source file-name.
-rw-r--r-- | gnu/packages/potassco.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm index 4e7d715e39..e6d7caa1ef 100644 --- a/gnu/packages/potassco.scm +++ b/gnu/packages/potassco.scm @@ -232,6 +232,7 @@ satisfiability checking (SAT).") (uri (git-reference (url "https://github.com/santifa/pasp-mode") (commit commit))) + (file-name (git-file-name name version)) (patches (search-patches "emacs-pasp-mode-quote-file-names.patch")) (sha256 |