mirror of
https://github.com/status-im/status-react.git
synced 2025-01-16 22:16:34 +00:00
12 lines
205 B
Nix
12 lines
205 B
Nix
|
{ qt5 }:
|
||
|
|
||
|
# Custom collection of QT libraries for Status desktop App
|
||
|
qt5.env "qt-status-${qt5.qtbase.version}" (with qt5; [
|
||
|
qtbase
|
||
|
qtsvg
|
||
|
qtwebengine
|
||
|
qtwebview
|
||
|
qtdeclarative
|
||
|
qtquickcontrols2
|
||
|
])
|