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";
|
description = "LESS to CSS compiler";
|
||||||
homepage = http://lesscss.org/;
|
homepage = http://lesscss.org/;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue