guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: emacs-pasp-mode: Use a source file-name.


From: guix-commits
Subject: 09/10: gnu: emacs-pasp-mode: Use a source file-name.
Date: Sat, 8 Jul 2023 16:36:32 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f5a880861600799b462ee7449e2c7a3f777153ac
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Jul 8 23:25:03 2023 +0300

    gnu: emacs-pasp-mode: Use a source file-name.
    
    * gnu/packages/potassco.scm (emacs-pasp-mode)[source]: Use a source
    file-name.
---
 gnu/packages/potassco.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]