mgba: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel
2015-12-20 07:56:42 -06:00
parent 700546fd12
commit 0b303f6edd
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
{ stdenv, fetchurl, pkgconfig, cmake, ffmpeg, imagemagick, libzip, SDL2, qt5 }:
{ stdenv, fetchurl, pkgconfig, cmake, ffmpeg, imagemagick, libzip, SDL2
, qtbase, qtmultimedia }:
stdenv.mkDerivation rec {
name = "mgba-${meta.version}";
@@ -9,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pkgconfig cmake ffmpeg imagemagick libzip SDL2
qt5.base qt5.multimedia
qtbase qtmultimedia
];
enableParallelBuilding = true;