mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 02:15:20 +01:00
nongnu: lgogdownloader: Use Qt 5.
Fixes https://gitlab.com/guix-gaming-channels/games/-/issues/52. * nongnu/packages/gog.scm (lgogdownloader)[inputs]: Use qtbase-5. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
99e9b9e15d
commit
d54973e47b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
("htmlcxx" ,htmlcxx)
|
("htmlcxx" ,htmlcxx)
|
||||||
("jsoncpp" ,jsoncpp)
|
("jsoncpp" ,jsoncpp)
|
||||||
("liboauth" ,liboauth)
|
("liboauth" ,liboauth)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase-5)
|
||||||
("qtdeclarative" ,qtdeclarative)
|
("qtdeclarative" ,qtdeclarative)
|
||||||
("qtwebchannel" ,qtwebchannel)
|
("qtwebchannel" ,qtwebchannel)
|
||||||
("qtwebengine" ,qtwebengine)
|
("qtwebengine" ,qtwebengine)
|
||||||
|
|
Loading…
Reference in a new issue