GNU bug report logs - #76886
[PATCH] gnu: emacs-vhdl-ts-mode: add missing dependency.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sun, 9 Mar 2025 11:08:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-vhdl-ts-mode: add missing dependency.
Date: Sun,  9 Mar 2025 12:06:56 +0100
Change-Id: I72855dfa3ec95b450ee0cf94673bc1404c4991d6
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

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 @@ (define-public emacs-vhdl-ts-mode
      ;; 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

base-commit: c4f297a664869a18126b66eb5209de1fcceb42d8
-- 
2.48.1





This bug report was last modified 128 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.