sass: 3.4.22 -> 3.5.6

This commit is contained in:
Johannes Frankenau
2018-05-13 12:29:08 +02:00
parent 7342fd0eef
commit e9ed8dd78e
3 changed files with 53 additions and 11 deletions
+5 -6
View File
@@ -1,14 +1,13 @@
{ lib, bundlerEnv, ruby }:
{ lib, bundlerApp }:
bundlerEnv {
name = "sass-3.4.22";
inherit ruby;
bundlerApp {
pname = "sass";
gemdir = ./.;
exes = [ "sass" "sass-convert" "scss" ];
meta = with lib; {
description = "Tools and Ruby libraries for the CSS3 extension languages: Sass and SCSS";
homepage = http://sass-lang.com/;
homepage = https://sass-lang.com;
license = licenses.mit;
maintainers = [ maintainers.romildo ];
platforms = platforms.unix;