closure-compiler: allow building on darwin
Near as I can tell it works fine.
This commit is contained in:
parent
a190cb7636
commit
8d3b318c42
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A tool for making JavaScript download and run faster";
|
description = "A tool for making JavaScript download and run faster";
|
||||||
homepage = https://developers.google.com/closure/compiler/;
|
homepage = https://developers.google.com/closure/compiler/;
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue