mujs: enable on darwin

This commit is contained in:
Dmitry Kalinkin 2019-01-19 18:24:55 -05:00
parent e36b4d6a85
commit 531bba6182

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://mujs.com/; homepage = http://mujs.com/;
description = "A lightweight, embeddable Javascript interpreter"; description = "A lightweight, embeddable Javascript interpreter";
platforms = stdenv.lib.platforms.linux; platforms = platforms.unix;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
license = licenses.gpl3; license = licenses.gpl3;
}; };