LemmingAvalanche

Texlive expressions leads to stackoverflow

Oct 29th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # Adding the Texlive expressions leads to a stack overflow.
  2. environment.systemPackages = with pkgs; [
  3. xmonad-with-packages
  4. firefox
  5. emacs24-nox
  6. vim
  7. gitFull
  8. wget
  9. stow
  10. vlc
  11. pandoc
  12. xorg.xkbcomp
  13. tmux
  14. byobu
  15. symbola
  16. audacious
  17. source-code-pro
  18. gmrun
  19. trash-cli
  20. (texlive.combine {
  21. inherit (texlive) scheme-full collection-latex
  22. collection-latexextra collection-latexrecommended;
  23. })
  24. ];
Add Comment
Please, Sign In to add comment