diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 987e85ea8a6..6905e4033b6 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -4171,6 +4171,11 @@ pythonPackages = python.modules // rec { propagatedBuildInputs = [ logilab_astng ]; + postInstall = '' + mkdir -p $out/share/emacs/site-lisp + cp "elisp/"*.el $out/share/emacs/site-lisp/ + ''; + meta = { homepage = http://www.logilab.org/project/pylint; description = "A bug and style checker for Python";