diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..ce06051 --- /dev/null +++ b/manifest.scm @@ -0,0 +1,4 @@ +(packages->manifest + (list + (specification->package "python") + (specification->package "python-invoke")))