3
0
Fork 0
forked from mirrors/nixpkgs

closure-compiler: allow building on darwin

Near as I can tell it works fine.
This commit is contained in:
Benjamin Staffin 2015-12-09 00:48:15 -08:00
parent a190cb7636
commit 8d3b318c42

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;
};
}