Merge pull request #17266 from joehenry087/master
Included darwin in supported platforms for lessc compiler.
This commit is contained in:
commit
45c2c817d5
@ -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…
x
Reference in New Issue
Block a user