mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] firefoxpwa: fix build failure with wrapper (#528473)
This commit is contained in:
commit
c6d93db5c0
1 changed files with 5 additions and 0 deletions
|
|
@ -83,6 +83,11 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
wrapProgram $out/bin/firefoxpwa-connector \
|
||||
--prefix FFPWA_SYSDATA : "$out/share/firefoxpwa"
|
||||
|
||||
# Create empty `lib/firefoxpwa` directory so the Firefox wrapper won't fail
|
||||
# trying to disable the update checks. It will try to write to
|
||||
# `$out/lib/firefoxpwa/is-packaged-app`, which doesn't exist by default.
|
||||
mkdir $out/lib/firefoxpwa
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue