Loading pkgs/applications/editors/emacs/elisp-packages/manual-packages/emacs-application-framework/default.nix +9 −6 Original line number Diff line number Diff line { # Basic stdenv, lib, melpaBuild, fetchFromGitHub, Loading Loading @@ -42,12 +43,14 @@ let pythonEnv = python3.withPackages pythonPkgs; otherPackageLists = [ ( [ git nodejs wmctrl xdotool ] ++ lib.optionals (lib.meta.availableOn stdenv.hostPlatform xdotool) [ xdotool ] ) ] ++ appOtherDeps; otherPkgs = builtins.concatLists (otherPackageLists); Loading Loading
pkgs/applications/editors/emacs/elisp-packages/manual-packages/emacs-application-framework/default.nix +9 −6 Original line number Diff line number Diff line { # Basic stdenv, lib, melpaBuild, fetchFromGitHub, Loading Loading @@ -42,12 +43,14 @@ let pythonEnv = python3.withPackages pythonPkgs; otherPackageLists = [ ( [ git nodejs wmctrl xdotool ] ++ lib.optionals (lib.meta.availableOn stdenv.hostPlatform xdotool) [ xdotool ] ) ] ++ appOtherDeps; otherPkgs = builtins.concatLists (otherPackageLists); Loading