From 5f94c4782258d84ed37ca141f86ee12319cdf95d Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:45:39 +0100 Subject: [PATCH] Revert "firefoxpwa: fix build failure with wrapper" --- pkgs/by-name/fi/firefoxpwa-unwrapped/package.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/by-name/fi/firefoxpwa-unwrapped/package.nix b/pkgs/by-name/fi/firefoxpwa-unwrapped/package.nix index a49f5b73a0da..522bbde6d57e 100644 --- a/pkgs/by-name/fi/firefoxpwa-unwrapped/package.nix +++ b/pkgs/by-name/fi/firefoxpwa-unwrapped/package.nix @@ -83,11 +83,6 @@ 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 = {