Merge pull request #11568 from benley/patch-1

closure-compiler: allow building on darwin
This commit is contained in:
Arseniy Seroka 2015-12-10 17:31:16 +03:00
commit a075650b1d

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "A tool for making JavaScript download and run faster";
homepage = https://developers.google.com/closure/compiler/;
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}