From 127bc2c4c7a869c9c5d48a839eab4637b02feed7 Mon Sep 17 00:00:00 2001 From: vesp 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" ] }, {