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 ];
|
propagatedBuildInputs = [ logilab_astng ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/share/emacs/site-lisp
|
||||||
|
cp "elisp/"*.el $out/share/emacs/site-lisp/
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.logilab.org/project/pylint;
|
homepage = http://www.logilab.org/project/pylint;
|
||||||
description = "A bug and style checker for Python";
|
description = "A bug and style checker for Python";
|
||||||
|
|
Loading…
Reference in New Issue