···2627 version = (import gemset).sensu.version;
28 inherit ruby;
29- gemfile = ./Gemfile;
30- lockfile = ./Gemfile.lock;
31- gemset = ./gemset.nix;
3233 meta = with lib; {
34 description = "A monitoring framework that aims to be simple, malleable, and scalable";
···2627 version = (import gemset).sensu.version;
28 inherit ruby;
29+ # expects Gemfile, Gemfile.lock and gemset.nix in the same directory
30+ gemdir = ./.;
03132 meta = with lib; {
33 description = "A monitoring framework that aims to be simple, malleable, and scalable";
+1-3
pkgs/applications/misc/gollum/default.nix
···5 version = "4.0.1";
67 ruby = ruby_2_2;
8- gemfile = ./Gemfile;
9- lockfile = ./Gemfile.lock;
10- gemset = ./gemset.nix;
1112 meta = with lib; {
13 description = "A simple, Git-powered wiki";
···5 version = "4.0.1";
67 ruby = ruby_2_2;
8+ gemdir = ./.;
00910 meta = with lib; {
11 description = "A simple, Git-powered wiki";
+1-3
pkgs/applications/misc/jekyll/default.nix
···5 version = "3.0.1";
67 ruby = ruby_2_2;
8- gemfile = ./Gemfile;
9- lockfile = ./Gemfile.lock;
10- gemset = ./gemset.nix;
1112 meta = with lib; {
13 description = "Simple, blog aware, static site generator";
···5 version = "3.0.1";
67 ruby = ruby_2_2;
8+ gemdir = ./.;
00910 meta = with lib; {
11 description = "Simple, blog aware, static site generator";
···4 name = "timetrap-1.10.0";
56 inherit ruby;
7- gemfile = ./Gemfile;
8- lockfile = ./Gemfile.lock;
9- gemset = ./gemset.nix;
1011 meta = {
12 description = "A simple command line time tracker written in ruby";
···4 name = "timetrap-1.10.0";
56 inherit ruby;
7+ gemdir = ./.;
0089 meta = {
10 description = "A simple command line time tracker written in ruby";
···4 name = "compass-1.0.3";
56 inherit ruby;
7- gemfile = ./Gemfile;
8- lockfile = ./Gemfile.lock;
9- gemset = ./gemset.nix;
1011 meta = with lib; {
12 description = "Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain";
···4 name = "compass-1.0.3";
56 inherit ruby;
7+ gemdir = ./.;
0089 meta = with lib; {
10 description = "Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain";
···4 name = "sass-3.4.22";
56 inherit ruby;
7- gemfile = ./Gemfile;
8- lockfile = ./Gemfile.lock;
9- gemset = ./gemset.nix;
1011 meta = with lib; {
12 description = "Tools and Ruby libraries for the CSS3 extension languages: Sass and SCSS";
···4 name = "sass-3.4.22";
56 inherit ruby;
7+ gemdir = ./.;
0089 meta = with lib; {
10 description = "Tools and Ruby libraries for the CSS3 extension languages: Sass and SCSS";
+1-3
pkgs/servers/consul/ui.nix
···4 # `sass` et al
5 gems = bundlerEnv {
6 name = "consul-ui-deps";
7- gemfile = ./Gemfile;
8- lockfile = ./Gemfile.lock;
9- gemset = ./gemset.nix;
10 };
11in
12
···4 # `sass` et al
5 gems = bundlerEnv {
6 name = "consul-ui-deps";
7+ gemdir = ./.;
008 };
9in
10
+1-3
pkgs/servers/monitoring/sensu/default.nix
···4 name = "sensu-0.17.1";
56 inherit ruby;
7- gemfile = ./Gemfile;
8- lockfile = ./Gemfile.lock;
9- gemset = ./gemset.nix;
1011 meta = with lib; {
12 description = "A monitoring framework that aims to be simple, malleable, and scalable";
···4 name = "sensu-0.17.1";
56 inherit ruby;
7+ gemdir = ./.;
0089 meta = with lib; {
10 description = "A monitoring framework that aims to be simple, malleable, and scalable";
···2bundlerEnv {
3 name = "homesick-1.1.3";
45- gemfile = ./Gemfile;
6- lockfile = ./Gemfile.lock;
7- gemset = ./gemset.nix;
89 # Cannot use `wrapProgram` because the the help is aware of the file name.
10 postInstall = ''
···2bundlerEnv {
3 name = "homesick-1.1.3";
45+ gemdir = ./.;
0067 # Cannot use `wrapProgram` because the the help is aware of the file name.
8 postInstall = ''