urn: all platforms

This commit is contained in:
Ben Siraphob 2021-03-22 15:05:16 +07:00
parent d3c2b7f276
commit 1a12ffa3b3

View file

@ -53,6 +53,7 @@ stdenv.mkDerivation {
description = "Yet another Lisp variant which compiles to Lua";
license = licenses.bsd3;
maintainers = with maintainers; [ CrazedProgrammer ];
platforms = platforms.all;
};
passthru = {