usr-pkg-manifest.scm 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. (packages->manifest
  2. (map (compose list specification->package+output)
  3. '("wcalc" "make" "nss-certs" "xlockmore"
  4. "netcat" "unrar" "password-store" "bind:utils"
  5. "font-inconsolata"
  6. ;dev
  7. ;;"jupyter" "python-ipython"
  8. ; cad
  9. "fritzing" ;;"librecad"
  10. ; virtualization
  11. "virt-manager"
  12. ; media
  13. "mps-youtube" "mpv" "perl-image-exiftool" "ncmpcpp"
  14. "mpd" "rage" "vlc" "pavucontrol" "ffmpeg" "ponymix"
  15. ; webbrowsing
  16. "icecat" "conkeror" "dillo"
  17. ; email
  18. "claws-mail"
  19. ; documents & office
  20. "ghc-pandoc" "libreoffice" "texlive" "scribus"
  21. ; pdf
  22. "zathura" "zathura-cb" "zathura-djvu"
  23. "zathura-pdf-poppler" "zathura-ps" "qpdf" "evince"
  24. "lekha" "mupdf"
  25. ; games
  26. "hyperrogue" "minetest" "laby" "manaplus" "angband"
  27. "mars" "kobodeluxe" "mrrescue"
  28. )))