lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 22.05-pre 15 lines 311 B view raw
1{ lib, bundlerEnv, ruby }: 2 3bundlerEnv { 4 name = "taskjuggler-3.5.0"; 5 6 inherit ruby; 7 gemdir = ./.; 8 9 meta = { 10 description = "A modern and powerful project management tool"; 11 homepage = "https://taskjuggler.org/"; 12 license = lib.licenses.gpl2; 13 platforms = lib.platforms.unix; 14 }; 15}