3 racket.overrideAttrs (oldAttrs: rec {
4 pname = "racket-minimal";
5 version = oldAttrs.version;
6 src = oldAttrs.src.override {
7 name = "${pname}-${version}";
8 hash = "sha256-/BhnyIw4QQ2aMKW8FDJlsalSW3pTLqP74CXJ15td5so=";
11 meta = oldAttrs.meta // {
12 description = "Racket without bundled packages, such as Dr. Racket";
14 The essential package racket-libs is included,
15 as well as libraries that live in collections. In particular, raco
16 and the pkg library are still bundled.