wpsoffice: remove unnecessary build inputs

This commit is contained in:
rewine 2023-05-20 16:05:14 +08:00
parent d64d4bb387
commit 34ebe70480
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

@ -10,10 +10,8 @@
, nspr , nspr
, mesa , mesa
, libtiff , libtiff
, libxslt
, udev , udev
, gtk3 , gtk3
, gdk-pixbuf
, qtbase , qtbase
, xorg , xorg
, cups , cups
@ -49,18 +47,12 @@ stdenv.mkDerivation rec {
nspr nspr
mesa mesa
libtiff libtiff
libxslt
udev udev
gtk3 gtk3
gdk-pixbuf
qtbase qtbase
xorg.libXdamage xorg.libXdamage
xorg.libXtst xorg.libXtst
xorg.libXrandr
xorg.libXcomposite
xorg.libXv xorg.libXv
cups
pango
]; ];
dontWrapQtApps = true; dontWrapQtApps = true;