aqbanking: drop gtk2
This commit is contained in:
parent
6dd2f029a7
commit
f19a64e770
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
, which
|
||||
|
||||
# GUI support
|
||||
, gtk2, gtk3, qt5
|
||||
, gtk3, qt5
|
||||
|
||||
, pluginSearchPaths ? [
|
||||
"/run/current-system/sw/lib/gwenhywfar/plugins"
|
||||
|
@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
preConfigure = ''
|
||||
configureFlagsArray+=("--with-guis=gtk2 gtk3 qt5")
|
||||
configureFlagsArray+=("--with-guis=gtk3 qt5")
|
||||
'';
|
||||
|
||||
postPatch = let
|
||||
|
@ -55,7 +55,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue