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.
This commit is contained in:
Pavel Baksy 2025-12-22 11:17:22 +01:00
parent 6fde053ee4
commit 405bd5f684

View File

@ -32,7 +32,7 @@
"name" : "httpie",
"buildsystem" : "simple",
"build-commands" : [
"pip3 install --prefix=${FLATPAK_DEST} httpie"
"pip3 install --prefix=${FLATPAK_DEST} --ignore-installed httpie"
]
},
{