forked from mirrors/nixpkgs
kmymoney: enable kbanking support
this will add hbci capabilities to kmymoney
This commit is contained in:
parent
aa0cf50d23
commit
73e5d23387
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, cmake, kdelibs, automoc4, kdepimlibs, gettext, pkgconfig
|
||||
, shared_mime_info, perl, boost, gpgme, gmpxx, libalkimia, libofx, libical
|
||||
, doxygen }:
|
||||
, doxygen, aqbanking, gwenhywfar }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "kmymoney-4.7.2";
|
||||
|
@ -10,8 +10,12 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0g9rakjx7zmw4bf7m5516rrx0n3bl2by3nn24iiz9209yfgw5cmz";
|
||||
};
|
||||
|
||||
cmakeFlags = [
|
||||
"-DENABLE_KBANKING='true'"
|
||||
];
|
||||
|
||||
buildInputs = [ kdepimlibs perl boost gpgme gmpxx libalkimia libofx libical
|
||||
doxygen ];
|
||||
doxygen aqbanking gwenhywfar ];
|
||||
nativeBuildInputs = [ cmake automoc4 gettext shared_mime_info pkgconfig ];
|
||||
|
||||
KDEDIRS = libalkimia;
|
||||
|
|
Loading…
Reference in a new issue