mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
kwin: depend on qtmultimedia
This commit is contained in:
parent
5a2c45427b
commit
2b52937afb
@ -4,7 +4,8 @@
|
||||
, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications
|
||||
, kpackage, kservice, kwayland, kwidgetsaddons, kwindowsystem
|
||||
, kxmlgui, libinput, libICE, libSM, plasma-framework, qtdeclarative
|
||||
, qtscript, qtx11extras, udev, wayland, xcb-util-cursor, makeQtWrapper
|
||||
, qtmultimedia, qtscript, qtx11extras, udev, wayland, xcb-util-cursor
|
||||
, makeQtWrapper
|
||||
}:
|
||||
|
||||
plasmaPackage {
|
||||
@ -22,7 +23,7 @@ plasmaPackage {
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
kactivities kdeclarative kglobalaccel ki18n kio kwindowsystem
|
||||
plasma-framework qtdeclarative qtx11extras
|
||||
plasma-framework qtdeclarative qtmultimedia qtx11extras
|
||||
];
|
||||
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user