guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-robe: Include the lib directory in the output.


From: Christopher Baines
Subject: 02/02: gnu: emacs-robe: Include the lib directory in the output.
Date: Mon, 26 Mar 2018 14:52:16 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 376015c35bdaf645e4a544d52d529fbe45e7ad1e
Author: Christopher Baines <address@hidden>
Date:   Mon Mar 26 19:48:26 2018 +0100

    gnu: emacs-robe: Include the lib directory in the output.
    
    This contains some Ruby code that needs to be accessible to use robe.
    
    * gnu/packages/emacs.scm (emacs-robe)[arguments]: Include the lib directory,
    in addition to the %default-includes.
---
 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c4c2c38..098dcf7 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2270,6 +2270,8 @@ mode-line.")
         (base32
          "1vp45y99fwj88z04ah4yppz4z568qcib646az6m9az5ar0f203br"))))
     (build-system emacs-build-system)
+    (arguments
+     '(#:include (cons "^lib\\/" %default-include)))
     (propagated-inputs
      `(("emacs-inf-ruby" ,emacs-inf-ruby)))
     (home-page "https://github.com/dgutov/robe";)



reply via email to

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