mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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";
|
||||
homepage = https://developers.google.com/closure/compiler/;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue