Skip to content

Commit

Permalink
Merge pull request #330737 from Mikilio/patch-1
Browse files Browse the repository at this point in the history
floorp: fix substitution of executable
  • Loading branch information
SuperSandro2000 committed Jul 29, 2024
2 parents 2bba36f + 0b62c87 commit c4913a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/floorp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# thus is the full /nix/store/[..] path. To avoid breaking PWAs with each
# update, rely on `floorp` being in $PATH, as before.
substituteInPlace floorp/browser/base/content/modules/ssb/LinuxSupport.mjs \
--replace-fail 'Services.dirsvc.get("XREExeF",Ci.nsIFile).path' floorp
--replace-fail 'Services.dirsvc.get("XREExeF",Ci.nsIFile).path' '"floorp"'
'';

updateScript = ./update.sh;
Expand Down

0 comments on commit c4913a0

Please sign in to comment.