jekyll: use gemdir

+1 -3
+1 -3
pkgs/applications/misc/jekyll/default.nix
··· 5 version = "3.0.1"; 6 7 ruby = ruby_2_2; 8 - gemfile = ./Gemfile; 9 - lockfile = ./Gemfile.lock; 10 - gemset = ./gemset.nix; 11 12 meta = with lib; { 13 description = "Simple, blog aware, static site generator";
··· 5 version = "3.0.1"; 6 7 ruby = ruby_2_2; 8 + gemdir = ./.; 9 10 meta = with lib; { 11 description = "Simple, blog aware, static site generator";