summary refs log tree commit diff
path: root/pkgs/applications/misc/taskjuggler
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2018-02-14 09:53:54 +0000
committerGitHub <noreply@github.com>2018-02-14 09:53:54 +0000
commite8194c2c5b1710b3504dc7a954cc4d17cbd78ffd (patch)
treee3b396c8711f353854b46c0b8d6643b29660c35b /pkgs/applications/misc/taskjuggler
parentc80adf5f72b8ea4ebd83d04bfbfbdc4cebbeed6f (diff)
downloadnixlib-e8194c2c5b1710b3504dc7a954cc4d17cbd78ffd.tar
nixlib-e8194c2c5b1710b3504dc7a954cc4d17cbd78ffd.tar.gz
nixlib-e8194c2c5b1710b3504dc7a954cc4d17cbd78ffd.tar.bz2
nixlib-e8194c2c5b1710b3504dc7a954cc4d17cbd78ffd.tar.lz
nixlib-e8194c2c5b1710b3504dc7a954cc4d17cbd78ffd.tar.xz
nixlib-e8194c2c5b1710b3504dc7a954cc4d17cbd78ffd.tar.zst
nixlib-e8194c2c5b1710b3504dc7a954cc4d17cbd78ffd.zip
ruby: remove unsupported versions (#34927)
* remove EOL ruby versions for security and maintenance reasons.
* only expose ruby_MAJOR_MINOR to the top-level. we don't provide
guarantees for the TINY version.
* mark all related packages as broken
* switch the default ruby version from 2.3.x to 2.4.x
Diffstat (limited to 'pkgs/applications/misc/taskjuggler')
-rw-r--r--pkgs/applications/misc/taskjuggler/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/taskjuggler/default.nix b/pkgs/applications/misc/taskjuggler/default.nix
index 23252d0c4807..c5429b6c8510 100644
--- a/pkgs/applications/misc/taskjuggler/default.nix
+++ b/pkgs/applications/misc/taskjuggler/default.nix
@@ -7,6 +7,7 @@ bundlerEnv {
   gemdir = ./.;
 
   meta = {
+    broken = true; # needs ruby 2.0
     description = "A modern and powerful project management tool";
     homepage    = http://taskjuggler.org/;
     license     = lib.licenses.gpl2;