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:
parent
158943f228
commit
376015c35b
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue