kde4: use older ruby to fix qtruby build

/cc maintainer @ttuegel. Discussion:
https://github.com/NixOS/nixpkgs/pull/12610#issuecomment-188666473

I'm personally not certain that building bindings against a non-default
ruby version is a good thing, but it's likely better than a build failure.
This commit is contained in:
Vladimír Čunát 2016-02-25 09:57:51 +01:00
parent e58504d05b
commit f930b3949f

View file

@ -14845,6 +14845,7 @@ let
perlBindings = true;
pythonBindings = true;
};
ruby = ruby_2_2; # see https://github.com/NixOS/nixpkgs/pull/12610#issuecomment-188666473
}
../desktops/kde-4.14;