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.
This commit is contained in:
Christopher Baines 2018-03-26 19:48:26 +01:00
parent 158943f228
commit 376015c35b
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 0 deletions

View File

@ -2270,6 +2270,8 @@ mode-line.")
(base32 (base32
"1vp45y99fwj88z04ah4yppz4z568qcib646az6m9az5ar0f203br")))) "1vp45y99fwj88z04ah4yppz4z568qcib646az6m9az5ar0f203br"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments
'(#:include (cons "^lib\\/" %default-include)))
(propagated-inputs (propagated-inputs
`(("emacs-inf-ruby" ,emacs-inf-ruby))) `(("emacs-inf-ruby" ,emacs-inf-ruby)))
(home-page "https://github.com/dgutov/robe") (home-page "https://github.com/dgutov/robe")