mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Included darwin in supported platforms for lessc compiler.
This commit is contained in:
parent
4aadb9beb3
commit
666d98b7ec
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
description = "LESS to CSS compiler";
|
||||
homepage = http://lesscss.org/;
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue