at 18.03-beta 16 lines 371 B view raw
1{ lib, bundlerEnv, ruby }: 2 3bundlerEnv { 4 name = "sass-3.4.22"; 5 6 inherit ruby; 7 gemdir = ./.; 8 9 meta = with lib; { 10 description = "Tools and Ruby libraries for the CSS3 extension languages: Sass and SCSS"; 11 homepage = http://sass-lang.com/; 12 license = licenses.mit; 13 maintainers = [ maintainers.romildo ]; 14 platforms = platforms.unix; 15 }; 16}