From 405bd5f684b946833baf0e87d8f3c4e95356b219 Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Mon, 22 Dec 2025 11:17:22 +0100 Subject: [PATCH] Fix HTTPie pygments dependency in Flatpak Use --ignore-installed to ensure all dependencies (including Pygments) are installed to the Flatpak prefix, not relying on SDK packages that won't be available at runtime. --- cz.vesp.roster.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cz.vesp.roster.json b/cz.vesp.roster.json index d3ce5f0..92b9997 100644 --- a/cz.vesp.roster.json +++ b/cz.vesp.roster.json @@ -32,7 +32,7 @@ "name" : "httpie", "buildsystem" : "simple", "build-commands" : [ - "pip3 install --prefix=${FLATPAK_DEST} httpie" + "pip3 install --prefix=${FLATPAK_DEST} --ignore-installed httpie" ] }, {