emacsPackages.emacs-application-framework: remove unused dependency
This commit is contained in:
@@ -25,10 +25,6 @@ lib.packagesFromDirectoryRecursive {
|
||||
|
||||
elpaca = callPackage ./manual-packages/elpaca { inherit (pkgs) git; };
|
||||
|
||||
emacs-application-framework = callPackage ./manual-packages/emacs-application-framework {
|
||||
inherit (pkgs) git;
|
||||
};
|
||||
|
||||
lsp-bridge = callPackage ./manual-packages/lsp-bridge {
|
||||
inherit (pkgs)
|
||||
basedpyright
|
||||
|
||||
-2
@@ -10,7 +10,6 @@
|
||||
# Emacs dependencies
|
||||
all-the-icons,
|
||||
# Other dependencies
|
||||
git,
|
||||
nodejs,
|
||||
wmctrl,
|
||||
xdotool,
|
||||
@@ -45,7 +44,6 @@ let
|
||||
otherPackageLists = [
|
||||
(
|
||||
[
|
||||
git
|
||||
nodejs
|
||||
wmctrl
|
||||
]
|
||||
Reference in New Issue
Block a user