mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 17:10:48 +00:00
plasma-desktop: remove qtquick1 input
This commit is contained in:
parent
094b945b0c
commit
6011898cb5
|
@ -7,7 +7,7 @@
|
||||||
, qtsvg, libXcursor, libXft, libxkbfile, xf86inputevdev
|
, qtsvg, libXcursor, libXft, libxkbfile, xf86inputevdev
|
||||||
, xf86inputsynaptics, xinput, xkeyboard_config, xorgserver
|
, xf86inputsynaptics, xinput, xkeyboard_config, xorgserver
|
||||||
, libcanberra_kde, libpulseaudio, makeQtWrapper, utillinux
|
, libcanberra_kde, libpulseaudio, makeQtWrapper, utillinux
|
||||||
, qtquick1, qtquickcontrols
|
, qtquickcontrols
|
||||||
}:
|
}:
|
||||||
|
|
||||||
plasmaPackage rec {
|
plasmaPackage rec {
|
||||||
|
@ -23,7 +23,7 @@ plasmaPackage rec {
|
||||||
libpulseaudio libXft libxkbfile phonon qtsvg xf86inputevdev
|
libpulseaudio libXft libxkbfile phonon qtsvg xf86inputevdev
|
||||||
xf86inputsynaptics xkeyboard_config xinput baloo kactivities kauth
|
xf86inputsynaptics xkeyboard_config xinput baloo kactivities kauth
|
||||||
kdeclarative kdelibs4support kemoticons kglobalaccel ki18n kpeople krunner
|
kdeclarative kdelibs4support kemoticons kglobalaccel ki18n kpeople krunner
|
||||||
kwin plasma-framework plasma-workspace qtdeclarative qtquick1
|
kwin plasma-framework plasma-workspace qtdeclarative
|
||||||
qtquickcontrols qtx11extras
|
qtquickcontrols qtx11extras
|
||||||
];
|
];
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue