Unverified Commit 7b1b48f8 authored by seth's avatar seth
Browse files

cartridges: wrap gnome search provider

Fixes https://github.com/NixOS/nixpkgs/issues/322013

Previously this always failed to run as it was unwrapped. Oops!
parent bfb87624
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,10 @@ python3Packages.buildPythonApplication rec {
  dontWrapGApps = true;
  makeWrapperArgs = [ ''''${gappsWrapperArgs[@]}'' ];

  postFixup = ''
    wrapPythonProgramsIn $out/libexec $out $pythonPath
  '';

  meta = {
    description = "GTK4 + Libadwaita game launcher";
    longDescription = ''