Temporarily change some packages as they are broken in unstable (19.09 changes).
This commit is contained in:
parent
5c081e2797
commit
33fbdd2b04
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue