shen-sources: set platforms to all

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

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://shenlanguage.org;
description = "Source code for the Shen Language";
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ bsima ];
license = licenses.bsd3;
};