mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[options.scm] use srfi-1
because list-index (used in options.scm) wants srfi-1 version rather than the one in guile-core. the guile-core one crashes when editing options.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
(use-modules (sw_app_utils))
|
||||
(use-modules (gnucash app-utils date-utilities))
|
||||
(use-modules (gnucash utilities))
|
||||
(use-modules (srfi srfi-1))
|
||||
(use-modules (ice-9 regex))
|
||||
|
||||
(export gnc:color->html)
|
||||
|
||||
Reference in New Issue
Block a user