<gwen>
Hi, I'm having trouble installing elpy (attribute "elpy" missing). I'm installing emacs like described in the example in the nixos manual, and using the emacs overlay.
<gwen>
essentially ((pkgs.emacsPackagesGen pkgs.emacs).emacsWithPackages (epkgs: epkgs.melpaPackages.elpy)) doesn't work
zmacs has quit []
<adisbladis>
gwen: What channel are you on?
<adisbladis>
Or is it just that elpy is failing to build?
<equivrel>
gwen: I know the issue you are having, it's because nixpkgs commit 458e3c7116852f26df58f2047416c774c1d6141b hasn't been merged into 19.09 yet.
<equivrel>
the elpy python package doesn't exist anymore, so it simply needed to be removed and removed as a dependency of the emacs package elpy.
<equivrel>
I think you could fix this with an overlay, you would need to overideAttrs on melpaPackages.elpy to get rid of external.elpy from propagatedUserEnvPkgs...
equivrel has quit [Remote host closed the connection]
equivrel has joined #nixos-emacs
stigo has quit [Remote host closed the connection]
stigo has joined #nixos-emacs
<gwen>
equivrel: So theoretically I should be able to fix this by using the unstable channel, right?
<equivrel>
gwen: yeah that should definitely fix it.
<equivrel>
or cherrypicking that commit I posted onto your own custom nixpkgs