lessc: add comment that versions > 2.x break twitter-bootstrap

This commit is contained in:
Pascal Wittmann 2014-11-25 18:45:59 +01:00
parent 10c9196c0f
commit c73ce5fa1e

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "lessc-${version}";
version = "1.7.5";
version = "1.7.5"; # Upgrade to > 2.x breaks twitter-bootstrap
src = fetchgit {
url = https://github.com/less/less.js.git;