From a4763e1fd20c906475530cec669d8b37d5c3fec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claes=20Wallin=20=28=E9=9F=8B=E5=98=89=E8=AA=A0=29?= Date: Fri, 16 Feb 2018 12:25:34 +0800 Subject: racket-minimal: Add aarch64-linux to meta.platforms Move description and longDescription to meta -- they were accidentally in the parent set. --- pkgs/development/interpreters/racket/minimal.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'pkgs/development/interpreters/racket') diff --git a/pkgs/development/interpreters/racket/minimal.nix b/pkgs/development/interpreters/racket/minimal.nix index 6f9549dc426b..6bac9a0f3414 100644 --- a/pkgs/development/interpreters/racket/minimal.nix +++ b/pkgs/development/interpreters/racket/minimal.nix @@ -8,10 +8,12 @@ racket.overrideAttrs (oldAttrs: rec { sha256 = "0c565jy2y3gjl5lncd5adjsrj8c24p4i062kphv26ni5q1nn5ip5"; }; - description = "Racket without bundled packages, such as Dr. 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. - ''; - + meta = oldAttrs.meta // { + description = "Racket without bundled packages, such as Dr. 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. + ''; + platforms = [ "x86_64-linux" "aarch64-linux" ]; + }; }) -- cgit v1.2.3