gnucash: fix Finance::Quote integration
This commit is contained in:
@@ -37,8 +37,9 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost icu libxml2 libxslt gettext swig isocodes gtk3 glibcLocales
|
boost icu libxml2 libxslt gettext swig isocodes gtk3 glibcLocales
|
||||||
webkit dconf hicolor-icon-theme libofx aqbanking gwenhywfar libdbi
|
webkit dconf hicolor-icon-theme libofx aqbanking gwenhywfar libdbi
|
||||||
libdbiDrivers guile perlWrapper
|
libdbiDrivers guile
|
||||||
];
|
perlWrapper perl
|
||||||
|
] ++ (with perlPackages; [ FinanceQuote DateManip ]);
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ dconf ];
|
propagatedUserEnvPkgs = [ dconf ];
|
||||||
|
|
||||||
@@ -58,6 +59,7 @@ stdenv.mkDerivation rec {
|
|||||||
wrapProgram "$out/bin/gnucash" \
|
wrapProgram "$out/bin/gnucash" \
|
||||||
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$out/share/gsettings-schemas/${name}" \
|
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$out/share/gsettings-schemas/${name}" \
|
||||||
--prefix XDG_DATA_DIRS : "${hicolor-icon-theme}/share" \
|
--prefix XDG_DATA_DIRS : "${hicolor-icon-theme}/share" \
|
||||||
|
--prefix PERL5LIB ":" "$PERL5LIB" \
|
||||||
--prefix GIO_EXTRA_MODULES : "${stdenv.lib.getLib dconf}/lib/gio/modules"
|
--prefix GIO_EXTRA_MODULES : "${stdenv.lib.getLib dconf}/lib/gio/modules"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user