sass: 3.4.22 -> 3.5.6
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user