lessc: add comment that versions > 2.x break twitter-bootstrap
This commit is contained in:
parent
10c9196c0f
commit
c73ce5fa1e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lessc-${version}";
|
name = "lessc-${version}";
|
||||||
version = "1.7.5";
|
version = "1.7.5"; # Upgrade to > 2.x breaks twitter-bootstrap
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://github.com/less/less.js.git;
|
url = https://github.com/less/less.js.git;
|
||||||
|
Loading…
Reference in New Issue
Block a user