mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
Add missing Qt dependencies
This commit is contained in:
parent
908aef7fd4
commit
f2ec40c38e
1 changed files with 27 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages nss)
|
||||
#:use-module (gnu packages pulseaudio)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages xdisorg)
|
||||
#:use-module (gnu packages xml)
|
||||
#:use-module (gnu packages xorg)
|
||||
|
@ -181,6 +182,14 @@ or iOS.")
|
|||
"pango"
|
||||
"pipewire"
|
||||
"pulseaudio"
|
||||
"qtlottie"
|
||||
"qtremoteobjects"
|
||||
"qt3d"
|
||||
"qtbase"
|
||||
"qtgamepad"
|
||||
"qtdeclarative"
|
||||
"qtxmlpatterns"
|
||||
"qtmultimedia"
|
||||
"xcb-util"
|
||||
"xcb-util-cursor"
|
||||
"xcb-util-image"
|
||||
|
@ -334,6 +343,14 @@ or iOS.")
|
|||
"pango"
|
||||
"pipewire"
|
||||
"pulseaudio"
|
||||
"qtlottie"
|
||||
"qtremoteobjects"
|
||||
"qt3d"
|
||||
"qtbase"
|
||||
"qtgamepad"
|
||||
"qtdeclarative"
|
||||
"qtxmlpatterns"
|
||||
"qtmultimedia"
|
||||
"xcb-util"
|
||||
"xcb-util-cursor"
|
||||
"xcb-util-image"
|
||||
|
@ -484,6 +501,16 @@ or iOS.")
|
|||
pango
|
||||
pipewire
|
||||
pulseaudio
|
||||
qt3d-5 ; libQt53DACore.so.5, Animation, etc.
|
||||
qtbase-5 ; libQt5Concurrent.so.5, and many others
|
||||
qtgamepad ; libQt5Gamepad.so.5
|
||||
qtxmlpatterns ; libQt5XmlPatterns.so.5
|
||||
;; Qt below need Qt 5-specific versions! Upstream Guix has
|
||||
;; already moved to Qt 6!
|
||||
qtlottie ; libQt5Bodymovin.so.5
|
||||
qtremoteobjects ; libQt5RemoteObjects.so.5
|
||||
qtdeclarative ; libQt5QuickParticles.so.5
|
||||
qtmultimedia ; libQt5Multimedia.so.5
|
||||
util-linux
|
||||
xcb-util
|
||||
xcb-util-cursor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue