about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/floorp
diff options
context:
space:
mode:
authorChristoph Heiss <christoph@c8h4.io>2024-02-04 12:22:39 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-22 20:30:05 +0000
commit882f4ce4b289fb8d01b3cdd0ea08e8865f040a16 (patch)
tree5be80ce1c0fd7d24ad63061f2a04e7a92bbaa9d3 /pkgs/applications/networking/browsers/floorp
parenta6aab8d3be1a3a6d540651af7db553ff7d7f48a4 (diff)
floorp: use `branding` parameter of `buildMozillaMach`
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
(cherry picked from commit ff516bb178e3c3ba73f1043003979466540e757e)
Diffstat (limited to 'pkgs/applications/networking/browsers/floorp')
-rw-r--r--pkgs/applications/networking/browsers/floorp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/floorp/default.nix b/pkgs/applications/networking/browsers/floorp/default.nix
index 099e9fcde4b63..a987356732ef9 100644
--- a/pkgs/applications/networking/browsers/floorp/default.nix
+++ b/pkgs/applications/networking/browsers/floorp/default.nix
@@ -10,6 +10,7 @@
   packageVersion = "11.9.0";
   applicationName = "Floorp";
   binaryName = "floorp";
+  branding = "browser/branding/official";
 
   # Must match the contents of `browser/config/version.txt` in the source tree
   version = "115.7.0";
@@ -25,7 +26,6 @@
   extraConfigureFlags = [
     "--with-app-name=${pname}"
     "--with-app-basename=${applicationName}"
-    "--with-branding=browser/branding/official"
     "--with-distribution-id=app.floorp.Floorp"
     "--with-unsigned-addon-scopes=app,system"
     "--allow-addon-sideload"