cartridges: wrap gnome search provider
Fixes https://github.com/NixOS/nixpkgs/issues/322013 Previously this always failed to run as it was unwrapped. Oops!
This commit is contained in:
parent
bfb87624b3
commit
7b1b48f812
@ -51,6 +51,10 @@ python3Packages.buildPythonApplication rec {
|
||||
dontWrapGApps = true;
|
||||
makeWrapperArgs = [ ''''${gappsWrapperArgs[@]}'' ];
|
||||
|
||||
postFixup = ''
|
||||
wrapPythonProgramsIn $out/libexec $out $pythonPath
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "GTK4 + Libadwaita game launcher";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user