lgogdownloader: move to pkgs/by-name

Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
This commit is contained in:
Ludovico Piero 2024-06-27 03:01:31 +09:00
parent 67c56278a7
commit e18b0c24a2
No known key found for this signature in database
GPG Key ID: 3911DD276CFE779C
2 changed files with 4 additions and 8 deletions

View File

@ -13,9 +13,7 @@
tinyxml-2,
help2man,
html-tidy,
wrapQtAppsHook,
qtbase,
qtwebengine,
libsForQt5,
testers,
lgogdownloader,
@ -38,7 +36,7 @@ stdenv.mkDerivation rec {
pkg-config
help2man
html-tidy
] ++ lib.optional enableGui wrapQtAppsHook;
] ++ lib.optional enableGui libsForQt5.wrapQtAppsHook;
buildInputs =
[
@ -51,8 +49,8 @@ stdenv.mkDerivation rec {
tinyxml-2
]
++ lib.optionals enableGui [
qtbase
qtwebengine
libsForQt5.qtbase
libsForQt5.qtwebengine
];
cmakeFlags = lib.optional enableGui "-DUSE_QT_GUI=ON";

View File

@ -36683,8 +36683,6 @@ with pkgs;
left4gore-bin = callPackage ../games/left4gore { };
lgogdownloader = libsForQt5.callPackage ../games/lgogdownloader { };
liberal-crime-squad = callPackage ../games/liberal-crime-squad { };
liberation-circuit = callPackage ../games/liberation-circuit { };