mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
sass: use gemdir
This commit is contained in:
parent
c24a5cc506
commit
624b30ca16
1 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue