gnucash-on-flatpak master: Bug 797803 - Flatpak fails to launch.

John Ralls jralls at code.gnucash.org
Tue Jun 23 12:18:55 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/f0015062 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/0723e5aa (commit)



commit f0015062e585c9fd110d07361b44140719be398d
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 23 09:18:43 2020 -0700

    Bug 797803 - Flatpak fails to launch.
    
    Patch Guile to ignore timestamps on files.

diff --git a/modules/guile.json b/modules/guile.json
index c3f2cc1..53fc3f7 100644
--- a/modules/guile.json
+++ b/modules/guile.json
@@ -5,6 +5,10 @@
             "type": "archive",
             "url": "https://ftp.gnu.org/gnu/guile/guile-2.2.3.tar.xz",
             "sha256": "8353a8849cd7aa77be66af04bd6bf7a6207440d2f8722e46672232bb9f0a4086"
+        },
+        {
+            "type": "patch",
+            "path": "../patches/0001-Never-recompile.patch"
         }
     ],
     "modules": [



Summary of changes:
 modules/guile.json | 4 ++++
 1 file changed, 4 insertions(+)



More information about the gnucash-changes mailing list