mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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 {
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user