From 976d2e5c0d3afd23c0a7c1c7a98253fdf912719f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 29 May 2020 12:08:29 -0700 Subject: [PATCH] shen-sources: set platforms to all See https://github.com/NixOS/nixpkgs/pull/88915#issuecomment-636138041 --- pkgs/development/interpreters/shen-sources/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/shen-sources/default.nix b/pkgs/development/interpreters/shen-sources/default.nix index 42376689f54..f35631daa28 100644 --- a/pkgs/development/interpreters/shen-sources/default.nix +++ b/pkgs/development/interpreters/shen-sources/default.nix @@ -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; };