kde4.qtruby: pin to ruby_2_2

This commit is contained in:
Robin Gloster 2016-02-12 01:35:37 +00:00
parent 071bdd4639
commit 3c4729e980

View File

@ -1,18 +1,20 @@
{ kde, cmake, smokeqt, ruby }:
{ kde, cmake, smokeqt, ruby_2_2 }:
kde {
# TODO: scintilla2, qwt5
buildInputs = [ smokeqt ruby ];
buildInputs = [ smokeqt ruby_2_2 ];
nativeBuildInputs = [ cmake ];
hardening_all = false;
# The patch is not ready for upstream submmission.
# I should add an option() instead.
patches = [ ./qtruby-install-prefix.patch ];
cmakeFlags="-DRUBY_ROOT_DIR=${ruby}";
cmakeFlags="-DRUBY_ROOT_DIR=${ruby_2_2}";
meta = {
description = "Ruby bindings for Qt library";