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
|
, 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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue