Merge pull request #15582 from romildo/upd.numix-gtk-theme

numix-gtk-theme: 2.5.1 -> 2016-05-19
This commit is contained in:
Joachim Fasting
2016-05-21 07:09:49 +02:00
7 changed files with 77 additions and 26 deletions

View File

@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'sass'

View File

@@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
sass (3.4.22)
PLATFORMS
ruby
DEPENDENCIES
sass
BUNDLED WITH
1.11.2

View File

@@ -0,0 +1,18 @@
{ lib, bundlerEnv, ruby }:
bundlerEnv {
name = "sass-3.4.22";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
meta = with lib; {
description = "Tools and Ruby libraries for the CSS3 extension languages: Sass and SCSS";
homepage = http://sass-lang.com/;
license = licenses.mit;
maintainers = [ maintainers.romildo ];
platforms = platforms.unix;
};
}

View File

@@ -0,0 +1,10 @@
{
sass = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0dkj6v26fkg1g0majqswwmhxva7cd6p3psrhdlx93qal72dssywy";
type = "gem";
};
version = "3.4.22";
};
}