Elpy is no longer in pythonPackages? Other misc changes.
This commit is contained in:
parent
dc55eea98a
commit
99dfce3d6b
1 changed files with 5 additions and 6 deletions
|
@ -17,7 +17,7 @@ let
|
||||||
cryptsetup
|
cryptsetup
|
||||||
dhcpcd
|
dhcpcd
|
||||||
dnsutils
|
dnsutils
|
||||||
git git-lfs
|
gitFull git-lfs
|
||||||
gnupg
|
gnupg
|
||||||
gptfdisk
|
gptfdisk
|
||||||
haskellPackages.nix-derivation
|
haskellPackages.nix-derivation
|
||||||
|
@ -68,7 +68,7 @@ let
|
||||||
whois
|
whois
|
||||||
wirelesstools
|
wirelesstools
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
zip
|
zip unzipNLS
|
||||||
zlib
|
zlib
|
||||||
zsh
|
zsh
|
||||||
];
|
];
|
||||||
|
@ -86,7 +86,7 @@ let
|
||||||
rainbow-delimiters # color parenthesis by indentation
|
rainbow-delimiters # color parenthesis by indentation
|
||||||
color-identifiers-mode
|
color-identifiers-mode
|
||||||
/* Python */
|
/* Python */
|
||||||
company-jedi pylint melpaStablePackages.elpy flycheck-mypy
|
company-jedi pylint elpy flycheck-mypy
|
||||||
/* Git support */
|
/* Git support */
|
||||||
magit
|
magit
|
||||||
emms # multimedia support
|
emms # multimedia support
|
||||||
|
@ -181,13 +181,12 @@ let
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
python3 = stablepkgs.python3Full.withPackages(ps: with ps; [
|
python3 = gitpkgs.python3Full.withPackages(ps: with ps; [
|
||||||
GitPython
|
GitPython
|
||||||
bpython
|
bpython
|
||||||
cairosvg cairocffi
|
# cairosvg cairocffi
|
||||||
configparser
|
configparser
|
||||||
django
|
django
|
||||||
elpy
|
|
||||||
emoji
|
emoji
|
||||||
epc
|
epc
|
||||||
flake8
|
flake8
|
||||||
|
|
Loading…
Reference in a new issue