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

View file

@ -2270,6 +2270,8 @@ (define-public emacs-robe
(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")