openbr: build with Qt 5.5

This commit is contained in:
Thomas Tuegel
2015-09-27 10:24:16 -05:00
parent e745467726
commit e462bdce89
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchgit, cmake, opencv, qt5 }:
{ stdenv, fetchgit, cmake, opencv, qtbase, qtsvg }:
stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "16b3mmsf9r1yqqaw89fx0c3bgfg86dz4phry89wqy2hw05szgda3";
};
buildInputs = [ opencv qt5.base qt5.svg ];
buildInputs = [ opencv qtbase qtsvg ];
nativeBuildInputs = [ cmake ];