mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
libsForQt5.mauiPackages.shelf: depends on mauikit-documents
Otherwise it fails to launch with qrc:/views/Viewer/Viewer.qml:8:1: module "org.mauikit.documents" is not installed
This commit is contained in:
parent
5fa870f832
commit
d50af9050e
@ -9,6 +9,7 @@
|
||||
, kio
|
||||
, kirigami2
|
||||
, mauikit
|
||||
, mauikit-documents
|
||||
, mauikit-filebrowsing
|
||||
, mauikit-texteditor
|
||||
, qtmultimedia
|
||||
@ -32,6 +33,7 @@ mkDerivation {
|
||||
kio
|
||||
kirigami2
|
||||
mauikit
|
||||
mauikit-documents
|
||||
mauikit-filebrowsing
|
||||
mauikit-texteditor
|
||||
qtmultimedia
|
||||
|
Loading…
Reference in New Issue
Block a user