racket-minimal: add description

This commit is contained in:
Claes Wallin (韋嘉誠) 2018-02-10 13:30:51 +08:00
parent 435bceb69e
commit ebf394be85

View file

@ -7,4 +7,11 @@ racket.overrideAttrs (oldAttrs: rec {
inherit name;
sha256 = "0c565jy2y3gjl5lncd5adjsrj8c24p4i062kphv26ni5q1nn5ip5";
};
description = "Racket without bundled packages, such as Mr Racket.";
longDescription = ''The essential package racket-libs is included,
as well as libraries that live in collections. In particular, raco
and the pkg library are still bundled.
'';
})