lgogdownloader: enable GUI

This commit is contained in:
Francesco Gazzetta 2023-01-19 18:36:03 +01:00
parent 7f6757e4f2
commit 8f0bc3884d
2 changed files with 12 additions and 2 deletions

View file

@ -11,8 +11,13 @@
, rhash
, tinyxml-2
, help2man
, wrapQtAppsHook
, qtbase
, qtwebengine
, testers
, lgogdownloader
, enableGui ? true
}:
stdenv.mkDerivation rec {
@ -30,7 +35,7 @@ stdenv.mkDerivation rec {
cmake
pkg-config
help2man
];
] ++ lib.optional enableGui wrapQtAppsHook;
buildInputs = [
boost
@ -40,8 +45,13 @@ stdenv.mkDerivation rec {
liboauth
rhash
tinyxml-2
] ++ lib.optionals enableGui [
qtbase
qtwebengine
];
cmakeFlags = lib.optional enableGui "-DUSE_QT_GUI=ON";
passthru.tests = {
version = testers.testVersion { package = lgogdownloader; };
};

View file

@ -34866,7 +34866,7 @@ with pkgs;
left4gore-bin = callPackage ../games/left4gore { };
lgogdownloader = callPackage ../games/lgogdownloader { };
lgogdownloader = libsForQt5.callPackage ../games/lgogdownloader { };
liberal-crime-squad = callPackage ../games/liberal-crime-squad { };