mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:57:36 +00:00
lgogdownloader: move to pkgs/by-name
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
This commit is contained in:
parent
67c56278a7
commit
e18b0c24a2
@ -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";
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user