gwenhywfar: Unify plugin directories
Having something like $out/lib/gwenhywfar/plugins/60 when on Nix is a bit pointless, because we won't have something like a central plugin directory which could contain plugins for older library versions. Another reason to strip the effective shared object version is that we really want to avoid the need to track and update the SO version on every single update. This makes it way easier to add support for libchipcard and/or other related packages/plugins. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
This commit is contained in:
@@ -16,11 +16,17 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1x0isvpk43rq2zlyyb9p0kgjmqv7yq07vgkiprw3f5sjkykvxw6d";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e '/^aqbanking_plugindir=/ {
|
||||
c aqbanking_plugindir="\''${libdir}/gwenhywfar/plugins"
|
||||
}' configure
|
||||
'';
|
||||
|
||||
buildInputs = [ gmp gwenhywfar libtool libxml2 libxslt xmlsec zlib ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
configureFlags = "--with-gwen-dir=${gwenhywfar}";
|
||||
configureFlags = [ "--with-gwen-dir=${gwenhywfar}" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An interface to banking tasks, file formats and country information";
|
||||
|
||||
Reference in New Issue
Block a user