aqbanking: drop gtk2

This commit is contained in:
Sandro Jäckel 2023-11-03 00:57:19 +01:00
parent 6dd2f029a7
commit f19a64e770
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -2,7 +2,7 @@
, which , which
# GUI support # GUI support
, gtk2, gtk3, qt5 , gtk3, qt5
, pluginSearchPaths ? [ , pluginSearchPaths ? [
"/run/current-system/sw/lib/gwenhywfar/plugins" "/run/current-system/sw/lib/gwenhywfar/plugins"
@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
]; ];
preConfigure = '' preConfigure = ''
configureFlagsArray+=("--with-guis=gtk2 gtk3 qt5") configureFlagsArray+=("--with-guis=gtk3 qt5")
''; '';
postPatch = let postPatch = let
@ -55,7 +55,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config gettext which ]; nativeBuildInputs = [ pkg-config gettext which ];
buildInputs = [ gtk2 gtk3 qt5.qtbase gnutls openssl libgcrypt libgpg-error ]; buildInputs = [ gtk3 qt5.qtbase gnutls openssl libgcrypt libgpg-error ];
dontWrapQtApps = true; dontWrapQtApps = true;