summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@zancanaro.id.au>2022-09-25 00:10:13 +1000
committerCarlo Zancanaro <carlo@zancanaro.id.au>2022-09-25 00:38:04 +1000
commit7daa5284f9eddf6d4b4e7838919e80ce25324bb0 (patch)
treeac92d9aa97621b4c314441a4cb7cdcab60b4f85e /manifest.scm
parente031af6e5e8324fe4cda66d9597904040b17ca80 (diff)
Lots of changes!HEADmaster
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..4539292
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,11 @@
+(use-modules (gnu packages))
+
+(specifications->manifest
+ (list "python"
+ "python-six"
+ "python-urwid"
+ "python-pyzmq"
+ "python-blessings"
+ "python-logbook"
+ "python-pygobject"
+ "python-dbus"))