From 7daa5284f9eddf6d4b4e7838919e80ce25324bb0 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Sun, 25 Sep 2022 00:10:13 +1000 Subject: Lots of changes! --- manifest.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifest.scm (limited to 'manifest.scm') 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")) -- cgit v1.2.3