floorp: use -bin, as source package was dropped (#7818)

See NixOS/nixpkgs#439994
This commit is contained in:
Michael Daniels 2025-09-16 22:50:28 -04:00 committed by GitHub
parent 0a2145eae2
commit 6efc49be7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 2 deletions

View file

@ -16,8 +16,8 @@ in
(mkFirefoxModule {
inherit modulePath;
name = "Floorp";
wrappedPackageName = "floorp";
unwrappedPackageName = "floorp-unwrapped";
wrappedPackageName = "floorp-bin";
unwrappedPackageName = "floorp-bin-unwrapped";
visible = true;
platforms.linux = {