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:
parent
6fde053ee4
commit
405bd5f684
@ -32,7 +32,7 @@
|
||||
"name" : "httpie",
|
||||
"buildsystem" : "simple",
|
||||
"build-commands" : [
|
||||
"pip3 install --prefix=${FLATPAK_DEST} httpie"
|
||||
"pip3 install --prefix=${FLATPAK_DEST} --ignore-installed httpie"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user