.package-lists: Move racket to a separate manifest.

master
Pierre Neidhardt 2019-12-13 13:59:12 +01:00
parent a5b1cd6bdf
commit a61b2c5ea8
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,6 @@
"make" "make"
"openssl" "openssl"
"pkg-config" "pkg-config"
"racket"
"sbcl" "sbcl"
"sqlite" "sqlite"
"uncrustify" "uncrustify"

View File

@ -0,0 +1,2 @@
(specifications->manifest
'("racket"))