Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-09 | gnu: flatpak: Fix binary path when exporting application files. | 4wph | |
* gnu/packages/package-management.scm (flatpak): Use FLATPAK_BINARY environment variable instead of patch. [native-search-paths]: Add FLATPAK_BINARY. [source]<patches>: Remove "flatpak-fix-path.patch". * gnu/packages/patches/flatpak-fix-path.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Fixes: #438 Change-Id: I094234b1ecf9b2bba6d499a0eae4559231a2f199 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com> | |||
2021-10-25 | gnu: flatpak: Add patch to fix paths. | John Kehayias | |
* gnu/packages/package-management.scm (flatpak)[source]: Add patch. * gnu/packages/patches/flatpak-fix-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> |