racket-minimal: Add aarch64-linux to meta.platforms
Move description and longDescription to meta -- they were accidentally in the parent set.
This commit is contained in:
parent
e87fb71085
commit
a4763e1fd2
@ -8,10 +8,12 @@ racket.overrideAttrs (oldAttrs: rec {
|
|||||||
sha256 = "0c565jy2y3gjl5lncd5adjsrj8c24p4i062kphv26ni5q1nn5ip5";
|
sha256 = "0c565jy2y3gjl5lncd5adjsrj8c24p4i062kphv26ni5q1nn5ip5";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta = oldAttrs.meta // {
|
||||||
description = "Racket without bundled packages, such as Dr. Racket.";
|
description = "Racket without bundled packages, such as Dr. Racket.";
|
||||||
longDescription = ''The essential package racket-libs is included,
|
longDescription = ''The essential package racket-libs is included,
|
||||||
as well as libraries that live in collections. In particular, raco
|
as well as libraries that live in collections. In particular, raco
|
||||||
and the pkg library are still bundled.
|
and the pkg library are still bundled.
|
||||||
'';
|
'';
|
||||||
|
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user