qt5: make qt-5.4.1 default

This commit is contained in:
Thomas Tuegel
2015-03-24 17:14:56 -05:00
parent ad49ea230a
commit 5d1f6ad57c
31 changed files with 73 additions and 75 deletions
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "16b3mmsf9r1yqqaw89fx0c3bgfg86dz4phry89wqy2hw05szgda3";
};
buildInputs = [ opencv qt5 ];
buildInputs = [ opencv qt5.base qt5.svg ];
nativeBuildInputs = [ cmake ];