Merge pull request #213475 from sheepforce/pixinsight
pixinsight: remove qtwebkit
This commit is contained in:
commit
0a308397fb
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
, mailcap, libGL, libpulseaudio, alsa-lib, nss, gd, gst_all_1, nspr, expat, fontconfig
|
, mailcap, libGL, libpulseaudio, alsa-lib, nss, gd, gst_all_1, nspr, expat, fontconfig
|
||||||
, dbus, glib, zlib, openssl, libdrm, cups, avahi-compat, xorg, wayland, libudev0-shim
|
, dbus, glib, zlib, openssl, libdrm, cups, avahi-compat, xorg, wayland, libudev0-shim
|
||||||
# Qt 5 subpackages
|
# Qt 5 subpackages
|
||||||
, qtbase, qtgamepad, qtserialport, qtserialbus, qtvirtualkeyboard, qtmultimedia, qtwebkit, qt3d, mlt
|
, qtbase, qtgamepad, qtserialport, qtserialbus, qtvirtualkeyboard, qtmultimedia, qt3d, mlt
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
|
||||||
qtserialbus
|
qtserialbus
|
||||||
qtvirtualkeyboard
|
qtvirtualkeyboard
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qtwebkit
|
|
||||||
] ++ (with xorg; [
|
] ++ (with xorg; [
|
||||||
libX11
|
libX11
|
||||||
libXdamage
|
libXdamage
|
||||||
|
|
Loading…
Reference in a new issue