sass: use gemdir

This commit is contained in:
Jörg Thalheim
2017-01-18 00:52:56 +01:00
parent c24a5cc506
commit 624b30ca16
+1 -3
View File
@@ -4,9 +4,7 @@ bundlerEnv {
name = "sass-3.4.22";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
meta = with lib; {
description = "Tools and Ruby libraries for the CSS3 extension languages: Sass and SCSS";