forked from mirrors/nixpkgs
pylint: install emacs lisp files
This commit is contained in:
parent
05ec96b00e
commit
ea3906c0f3
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue