mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: emacs-org-noter: Enable modules.
* gnu/packages/emacs-xyz.scm (emacs-org-noter)[arguments]<#:include>: Enable modules. Change-Id: I3e6565eca08189844a414b90c7947ab180ec736c
This commit is contained in:
parent
52c05f3b12
commit
519607fae9
1 changed files with 12 additions and 1 deletions
|
@ -35881,7 +35881,18 @@ text-property translator.")
|
|||
(base32
|
||||
"14n9bq0vxz6gnd5d8nzfc327647iww7gxly43rd4lw7fza8dk380"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:exclude #~(list "emacs-devel.el")))
|
||||
(arguments
|
||||
(list #:include
|
||||
#~(list "org-noter-core.el"
|
||||
"org-noter.el"
|
||||
"org-noter-test-utils.el"
|
||||
"modules/org-noter-pdf.el"
|
||||
"modules/org-noter-djvu.el"
|
||||
"modules/org-noter-nov.el"
|
||||
"modules/org-noter-org-roam.el"
|
||||
"modules/org-noter-pdf.el")
|
||||
#:exclude
|
||||
#~(list "emacs-devel.el")))
|
||||
(native-inputs (list emacs-log4e emacs-with-simulated-input))
|
||||
(propagated-inputs (list emacs-org))
|
||||
(home-page "https://github.com/org-noter/org-noter")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue