Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c1c9d7c13fdd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: afb5de44bc28
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 11, 2020

  1. 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
    jasom authored and bjornfor committed Jun 11, 2020
    Copy the full SHA
    afb5de4 View commit details
    Browse the repository at this point in the history