Make guix.scm more helpful
guix.scm
| 8 | 8 | (gnu packages aspell) | |
| 9 | 9 | (gnu packages check) | |
| 10 | 10 | (gnu packages enchant) | |
| 11 | + | (gnu packages fontutils) | |
| 12 | + | (gnu packages freedesktop) | |
| 11 | 13 | (gnu packages libreoffice) | |
| 12 | 14 | (gnu packages python-web) | |
| 13 | 15 | (gnu packages python-xyz) | |
… | |||
| 60 | 62 | dedicated platform. The tool proposes a unified interface for any format and | |
| 61 | 63 | an upload option to send your work back to the platform.") | |
| 62 | 64 | (license license:gpl3+))) | |
| 65 | + | ||
| 66 | + | offlate | |