From 531bba6182ef2ad2a5a13258bd75dabe6e3d391b Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sat, 19 Jan 2019 18:24:55 -0500 Subject: [PATCH] mujs: enable on darwin --- pkgs/development/interpreters/mujs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/mujs/default.nix b/pkgs/development/interpreters/mujs/default.nix index 5a8b78143c5..918b2c2515e 100644 --- a/pkgs/development/interpreters/mujs/default.nix +++ b/pkgs/development/interpreters/mujs/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://mujs.com/; description = "A lightweight, embeddable Javascript interpreter"; - platforms = stdenv.lib.platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ pSub ]; license = licenses.gpl3; };