Merge pull request #211620 from fgaz/lgogdownloader/gui

lgogdownloader: enable GUI
This commit is contained in:
0x4A6F
2023-01-20 00:34:45 +01:00
committed by GitHub
2 changed files with 12 additions and 2 deletions
+11 -1
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; };
};
+1 -1
View File
@@ -34916,7 +34916,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 { };