Commit 4cec5dc1 authored by thattemperature's avatar thattemperature
Browse files

emacsPackages.emacs-application-framework: remove unused dependency

parent fb2c024a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  # Emacs dependencies
  all-the-icons,
  # Other dependencies
  git,
  nodejs,
  wmctrl,
  xdotool,
@@ -45,7 +44,6 @@ let
  otherPackageLists = [
    (
      [
        git
        nodejs
        wmctrl
      ]