shen-sbcl: set platforms to same as sbcl

See https://github.com/NixOS/nixpkgs/pull/88915#issuecomment-636138041
This commit is contained in:
Ben Sima 2020-05-29 12:07:53 -07:00
parent 12ce76d7a5
commit eaa851c41f

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://shenlanguage.org;
description = "Port of Shen running on Steel Bank Common Lisp";
platforms = platforms.linux;
platforms = sbcl.meta.platforms;
maintainers = with maintainers; [ bsima ];
license = licenses.bsd3;
};