1
Fork 0
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:
Danny Milosavljevic 2025-02-06 09:41:18 +01:00
parent 52c05f3b12
commit 519607fae9
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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")