mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
kde4.qtruby: pin to ruby_2_2
This commit is contained in:
parent
071bdd4639
commit
3c4729e980
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user