antimicro: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 18:31:25 -06:00
parent fef302e3e4
commit c1841675f3
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, cmake, pkgconfig, SDL2, qt5, xorg, fetchzip }:
{ stdenv, cmake, pkgconfig, SDL2, qtbase, qttools, xorg, fetchzip }:
stdenv.mkDerivation rec {
name = "antimicro-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
cmake pkgconfig SDL2 qt5.base qt5.tools xorg.libXtst
cmake pkgconfig SDL2 qtbase qttools xorg.libXtst
];
meta = with stdenv.lib; {

View File

@ -15252,7 +15252,7 @@ let
### MISC
antimicro = callPackage ../tools/misc/antimicro { };
antimicro = qt5.callPackage ../tools/misc/antimicro { };
atari800 = callPackage ../misc/emulators/atari800 { };