antimicro: Qt 5 infrastructure update
This commit is contained in:
parent
fef302e3e4
commit
c1841675f3
@ -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; {
|
||||
|
@ -15252,7 +15252,7 @@ let
|
||||
|
||||
### MISC
|
||||
|
||||
antimicro = callPackage ../tools/misc/antimicro { };
|
||||
antimicro = qt5.callPackage ../tools/misc/antimicro { };
|
||||
|
||||
atari800 = callPackage ../misc/emulators/atari800 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user