sass: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:36:34 +01:00
parent c24a5cc506
commit 624b30ca16
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

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";