summaryrefslogtreecommitdiff
path: root/manifest.scm
blob: 4539292dc2e00374bafcb23c9700da6fb0854818 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
(use-modules (gnu packages))

(specifications->manifest
 (list "python"
       "python-six"
       "python-urwid"
       "python-pyzmq"
       "python-blessings"
       "python-logbook"
       "python-pygobject"
       "python-dbus"))