lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
pkgs/development/compilers/lessc/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "lessc-${version}"; 5 - version = "1.7.5"; 5 + version = "1.7.5"; # Upgrade to > 2.x breaks twitter-bootstrap 6 6 7 7 src = fetchgit { 8 8 url = https://github.com/less/less.js.git;