branch: elpa/nix-mode
commit 83980ca7e75371f972873f4a1c562dea29d88f60
Author: Akira Komamura <[email protected]>
Commit: Akira Komamura <[email protected]>
nix-mode: Add missing transient dependency for nix-flake
Unless you provide nix-flake.el as a separate package, nix-mode must
specify all
dependencies required by the file as well. Otherwise, byte-compile would
fail.
---
nix-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix-mode.el b/nix-mode.el
index 31993f386c..113bc6296c 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -4,7 +4,7 @@
;; Homepage: https://github.com/NixOS/nix-mode
;; Version: 1.4.4
;; Keywords: nix, languages, tools, unix
-;; Package-Requires: ((emacs "25.1") magit-section)
+;; Package-Requires: ((emacs "25.1") magit-section (transient "0.3"))
;; This file is NOT part of GNU Emacs.