2015-09-06 04:59:38 +01:00
|
|
|
{ lib, bundlerEnv, ruby }:
|
|
|
|
|
|
|
|
bundlerEnv {
|
|
|
|
name = "taskjuggler-3.5.0";
|
|
|
|
|
|
|
|
inherit ruby;
|
2017-01-17 23:32:15 +00:00
|
|
|
gemdir = ./.;
|
2015-09-06 04:59:38 +01:00
|
|
|
|
|
|
|
meta = {
|
2018-02-14 09:53:54 +00:00
|
|
|
broken = true; # needs ruby 2.0
|
2015-09-06 04:59:38 +01:00
|
|
|
description = "A modern and powerful project management tool";
|
|
|
|
homepage = http://taskjuggler.org/;
|
|
|
|
license = lib.licenses.gpl2;
|
|
|
|
platforms = lib.platforms.unix;
|
|
|
|
};
|
|
|
|
}
|