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
, mesa
, libtiff
, libxslt
, udev
, gtk3
, gdk-pixbuf
, qtbase
, xorg
, cups
@ -49,18 +47,12 @@ stdenv.mkDerivation rec {
nspr
mesa
libtiff
libxslt
udev
gtk3
gdk-pixbuf
qtbase
xorg.libXdamage
xorg.libXtst
xorg.libXrandr
xorg.libXcomposite
xorg.libXv
cups
pango
];
dontWrapQtApps = true;