mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
racket-minimal: add description
This commit is contained in:
parent
435bceb69e
commit
ebf394be85
@ -7,4 +7,11 @@ racket.overrideAttrs (oldAttrs: rec {
|
|||||||
inherit name;
|
inherit name;
|
||||||
sha256 = "0c565jy2y3gjl5lncd5adjsrj8c24p4i062kphv26ni5q1nn5ip5";
|
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.
|
||||||
|
'';
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user