diff options
author | Brian Cully <bjc@spork.org> | 2024-01-19 20:35:36 -0500 |
---|---|---|
committer | Brian Cully <bjc@spork.org> | 2024-01-19 20:35:36 -0500 |
commit | 632dcab38d9c516f6cee447a70c06765e29526c0 (patch) | |
tree | b0b1a7927735f6a50269c9fe5bb11a2bc335d460 /manifest.scm | |
parent | f182e945ee05762b91549169ab39cf56044f0a79 (diff) | |
download | fav-632dcab38d9c516f6cee447a70c06765e29526c0.tar.gz fav-632dcab38d9c516f6cee447a70c06765e29526c0.zip |
add javascript version
Diffstat (limited to 'manifest.scm')
-rw-r--r-- | manifest.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..18687f9 --- /dev/null +++ b/manifest.scm @@ -0,0 +1,4 @@ +(specifications->manifest + '("perl" + "make" + "python")) |