diff --git a/pkgs/development/interpreters/shen-sources/default.nix b/pkgs/development/interpreters/shen-sources/default.nix index 42376689f545..f35631daa282 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; };