nixpkgs/pkgs/applications/office/gnucash
Jason Miller afb5de44bc gnucash: Add libdbiDrivers env var to wrapper
The GNU Cash package clearly *wants* to be able to use the libdbi
backends, since it pulls them in as dependencies.  However, you can only
open xml formatted GNU cash files.

The CMake scripts hard-code the DVD path to be basically
<PATH_OF_LIBDBI>/dbd.  However GNU Cash does check the environment
variable GNC_DBD_DIR, so I set that environment variable in the wrapper
script.

With this change, you should be able to e.g. "Save As" in the sqlite
format.

Fixes issue #57445
2020-06-11 06:42:06 +02:00
..
cmake_check_symbol_exists.patch gnucash: fix cmake configure phase, missing "include(CheckSymbolExists)" (#68026) 2019-09-03 22:31:50 +02:00
default.nix gnucash: Add libdbiDrivers env var to wrapper 2020-06-11 06:42:06 +02:00