···11-{ racket
22-}:
11+{ racket }:
3243racket.overrideAttrs (oldAttrs: rec {
54 pname = "racket-minimal";
···11101211 meta = oldAttrs.meta // {
1312 description = "Racket without bundled packages, such as Dr. Racket";
1414- longDescription = ''The essential package racket-libs is included,
1515- as well as libraries that live in collections. In particular, raco
1616- and the pkg library are still bundled.
1313+ longDescription = ''
1414+ The essential package racket-libs is included,
1515+ as well as libraries that live in collections. In particular, raco
1616+ and the pkg library are still bundled.
1717 '';
1818- platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
1818+ platforms = [
1919+ "x86_64-linux"
2020+ "aarch64-linux"
2121+ "x86_64-darwin"
2222+ "aarch64-darwin"
2323+ ];
1924 };
2025})