Temporarily change some packages as they are broken in unstable (19.09 changes).

This commit is contained in:
Kevin Baensch 2019-09-09 05:18:53 +02:00
parent 5c081e2797
commit 33fbdd2b04

View file

@ -79,7 +79,7 @@ let
( aspellWithDicts (d: with d; [ de en en-computers en-science ] )) ( aspellWithDicts (d: with d; [ de en en-computers en-science ] ))
]; ];
emacs = gitpkgs.emacsWithPackages (epkgs: with epkgs; [ emacs = stablepkgs.emacsWithPackages (epkgs: with epkgs; [
/* Theming */ /* Theming */
solarized-theme color-theme-sanityinc-tomorrow moe-theme powerline moody minions solarized-theme color-theme-sanityinc-tomorrow moe-theme powerline moody minions
/*General Stuff */ /*General Stuff */
@ -181,7 +181,7 @@ let
}) })
]; ];
python3 = pkgs.python3Full.withPackages(ps: with ps; [ python3 = stablepkgs.python3Full.withPackages(ps: with ps; [
GitPython GitPython
bpython bpython
cairosvg cairocffi cairosvg cairocffi