mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +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
|
||||
, xf86inputsynaptics, xinput, xkeyboard_config, xorgserver
|
||||
, libcanberra_kde, libpulseaudio, makeQtWrapper, utillinux
|
||||
, qtquick1, qtquickcontrols
|
||||
, qtquickcontrols
|
||||
}:
|
||||
|
||||
plasmaPackage rec {
|
||||
|
@ -23,7 +23,7 @@ plasmaPackage rec {
|
|||
libpulseaudio libXft libxkbfile phonon qtsvg xf86inputevdev
|
||||
xf86inputsynaptics xkeyboard_config xinput baloo kactivities kauth
|
||||
kdeclarative kdelibs4support kemoticons kglobalaccel ki18n kpeople krunner
|
||||
kwin plasma-framework plasma-workspace qtdeclarative qtquick1
|
||||
kwin plasma-framework plasma-workspace qtdeclarative
|
||||
qtquickcontrols qtx11extras
|
||||
];
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue