guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-howm: Adjust to changes in emacs-build-system.


From: guix-commits
Subject: 01/02: gnu: emacs-howm: Adjust to changes in emacs-build-system.
Date: Sun, 4 Apr 2021 05:23:56 -0400 (EDT)

leoprikler pushed a commit to branch wip-emacs
in repository guix.

commit b076148b504f6cb81e66d02c0817ae27591e3001
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Apr 4 10:05:39 2021 +0200

    gnu: emacs-howm: Adjust to changes in emacs-build-system.
    
    * gnu/packages/emacs-xyz.scm (emacs-howm)[#:configure-flags]: Use 
subdirectory.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0382cfd..9d15619 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2350,7 +2350,7 @@ a set of simplified face specifications and a 
user-supplied color palette")
     (arguments
      `(#:configure-flags
        (list (string-append "--with-howmdir=" %output
-                            "/share/emacs/site-lisp/"))
+                            "/share/emacs/site-lisp/howm-" ,version))
        #:modules ((guix build gnu-build-system)
                   ((guix build emacs-build-system) #:prefix emacs:)
                   (guix build utils))



reply via email to

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