summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-05 11:24:22 +0100
committerCayetano Santos <csantosb@inventati.org>2026-01-19 08:27:03 +0100
commitfbb160cb0ee8d3166cedb71d6ad910d89c6a4a7e (patch)
treea44fe8a2103503a5b682cb7868f634dfbf54314f /gnu
parent1fc556b686d4f3a8f16e73a732dc3b867139c8cb (diff)
gnu: emacs-org-node: Update to 3.12.1.
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 3.12.1. [arguments]: Use G-Expressions. <#:tests?>: Enable. <#:test-command>: Update. <#:phases>: Remove ’dont-git. [native-inputs]: Add makem-minimal and sort. [synopsis]: Apply style. Merges guix/guix!5376 Change-Id: I879e6599f480fb687ff632ae65495cbe63d98801
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm24
1 files changed, 9 insertions, 15 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 20942dcf03..c82b2e49fa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43685,7 +43685,7 @@ structure of all your Org files – headings, links and so on..")
(define-public emacs-org-node
(package
(name "emacs-org-node")
- (version "3.9.9")
+ (version "3.12.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -43694,18 +43694,12 @@ structure of all your Org files – headings, links and so on..")
(file-name (git-file-name name version))
(sha256
(base32
- "10c71yhbhjm21fq3wqln5ldrag84mri435xxwhcgzz3krhyxmijf"))))
+ "1g6lasaz3vjknfr2y05dz7k28rb3bia8ni112031xs38db9jamq5"))))
(build-system emacs-build-system)
(arguments
- '(#:tests? #f ; fails
- #:test-command '("./makem.sh" "tests")
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'dont-git
- (lambda _
- (substitute* "makem.sh"
- (("^cd.*\"")
- "")))))))
+ (list
+ ;; Using runtime PATH lookup.
+ #:test-command #~(list "makem.sh" "-vv" "test")))
(propagated-inputs
(list emacs-llama
emacs-magit
@@ -43714,12 +43708,12 @@ structure of all your Org files – headings, links and so on..")
(native-inputs
(list emacs-buttercup
emacs-dash
- util-linux
grep
- sed))
+ makem-minimal
+ sed
+ util-linux))
(home-page "https://github.com/meedstrom/org-node/")
- (synopsis "Non-hierarchical note-taking with Org-mode, faster than
-org-roam")
+ (synopsis "Non-hierarchical note-taking with Org-mode")
(description "This package provides a notetaking system like Roam,
using org mode; faster than org-roam. This version of org-node has
different configuration options to org-node 2 so you DO have to set