2015-09-06 05:59:38 +02:00
|
|
|
{ lib, bundlerEnv, ruby }:
|
|
|
|
|
|
|
|
bundlerEnv {
|
|
|
|
name = "taskjuggler-3.5.0";
|
|
|
|
|
|
|
|
inherit ruby;
|
2017-01-18 00:32:15 +01:00
|
|
|
gemdir = ./.;
|
2015-09-06 05:59:38 +02:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "A modern and powerful project management tool";
|
2020-10-02 09:58:50 +02:00
|
|
|
homepage = "https://taskjuggler.org/";
|
2015-09-06 05:59:38 +02:00
|
|
|
license = lib.licenses.gpl2;
|
|
|
|
platforms = lib.platforms.unix;
|
|
|
|
};
|
|
|
|
}
|