mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
b4403bcc85
Without webrick, the taskjuggler web server fails to start. Made by adding "gem 'webrick'" to the Gemfile and running `nix-shell maintainers/scripts/update.nix --argstr package taskjuggler`.
141 lines
3.4 KiB
Nix
141 lines
3.4 KiB
Nix
{
|
|
date = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "03skfikihpx37rc27vr3hwrb057gxnmdzxhmzd4bf4jpkl0r55w1";
|
|
type = "gem";
|
|
};
|
|
version = "3.3.3";
|
|
};
|
|
mail = {
|
|
dependencies = ["mini_mime" "net-imap" "net-pop" "net-smtp"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc";
|
|
type = "gem";
|
|
};
|
|
version = "2.8.1";
|
|
};
|
|
mini_mime = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0lbim375gw2dk6383qirz13hgdmxlan0vc5da2l072j3qw6fqjm5";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.2";
|
|
};
|
|
net-imap = {
|
|
dependencies = ["date" "net-protocol"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1d996zf3g8xz244791b0qsl9vr7zg4lqnnmf9k2kshr9lki5jam8";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.4";
|
|
};
|
|
net-pop = {
|
|
dependencies = ["net-protocol"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.2";
|
|
};
|
|
net-protocol = {
|
|
dependencies = ["timeout"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0dxckrlw4q1lcn3qg4mimmjazmg9bma5gllv72f8js3p36fb3b91";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.1";
|
|
};
|
|
net-smtp = {
|
|
dependencies = ["net-protocol"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1c6md06hm5bf6rv53sk54dl2vg038pg8kglwv3rayx0vk2mdql9x";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.3";
|
|
};
|
|
sync = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1z9qlq4icyiv3hz1znvsq1wz2ccqjb1zwd6gkvnwg6n50z65d0v6";
|
|
type = "gem";
|
|
};
|
|
version = "0.5.0";
|
|
};
|
|
taskjuggler = {
|
|
dependencies = ["mail" "term-ansicolor"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "07fagka8nl29xwwzfhxx89gp34m5hih5vnq4sha1z814004md53j";
|
|
type = "gem";
|
|
};
|
|
version = "3.7.2";
|
|
};
|
|
term-ansicolor = {
|
|
dependencies = ["tins"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1xq5kci9215skdh27npyd3y55p812v4qb4x2hv3xsjvwqzz9ycwj";
|
|
type = "gem";
|
|
};
|
|
version = "1.7.1";
|
|
};
|
|
timeout = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1pfddf51n5fnj4f9ggwj3wbf23ynj0nbxlxqpz12y1gvl9g7d6r6";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.2";
|
|
};
|
|
tins = {
|
|
dependencies = ["sync"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0373zn7zkllcn2q4ylbjgjx9mvm8m73ll3jwjav48dx8myplsp5p";
|
|
type = "gem";
|
|
};
|
|
version = "1.32.1";
|
|
};
|
|
webrick = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "13qm7s0gr2pmfcl7dxrmq38asaza4w0i2n9my4yzs499j731wh8r";
|
|
type = "gem";
|
|
};
|
|
version = "1.8.1";
|
|
};
|
|
}
|