diff options
author | Cayetano Santos <[email protected]> | 2025-03-09 12:06:56 +0100 |
---|---|---|
committer | Ian Eure <[email protected]> | 2025-03-10 20:32:02 -0700 |
commit | 184150007638fbc34e2ad07e8bed71a20e42b3f4 (patch) | |
tree | 93ca398e7d99031301d47425473a1bea18ef8328 | |
parent | 7b9cd0b4293041fdbfa065b019cea589cc316060 (diff) |
gnu: emacs-vhdl-ts-mode: add missing dependency.
Change-Id: I72855dfa3ec95b450ee0cf94673bc1404c4991d6
Signed-off-by: Ian Eure <[email protected]>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 602f58f006..0f4df160b0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9226,6 +9226,7 @@ with Emacs.") ;; the testing framework, test-hdl, requires network `(#:tests? #f #:test-command '("make"))) + (propagated-inputs (list tree-sitter-vhdl)) (home-page "https://github.com/gmlarumbe/vhdl-ts-mode/") (synopsis "VHDL Tree-sitter mode") (description |