mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
floorp: use -bin, as source package was dropped (#7818)
See NixOS/nixpkgs#439994
This commit is contained in:
parent
0a2145eae2
commit
6efc49be7c
2 changed files with 11 additions and 2 deletions
9
modules/misc/news/2025/09/2025-09-15_18-38-14.nix
Normal file
9
modules/misc/news/2025/09/2025-09-15_18-38-14.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{ config, ... }:
|
||||||
|
{
|
||||||
|
time = "2025-09-15T22:38:14+00:00";
|
||||||
|
condition = config.programs.floorp.enable;
|
||||||
|
message = ''
|
||||||
|
`programs.floorp` now uses `pkgs.floorp-bin` by default,
|
||||||
|
as `pkgs.floorp` was removed from nixpkgs.
|
||||||
|
'';
|
||||||
|
}
|
||||||
|
|
@ -16,8 +16,8 @@ in
|
||||||
(mkFirefoxModule {
|
(mkFirefoxModule {
|
||||||
inherit modulePath;
|
inherit modulePath;
|
||||||
name = "Floorp";
|
name = "Floorp";
|
||||||
wrappedPackageName = "floorp";
|
wrappedPackageName = "floorp-bin";
|
||||||
unwrappedPackageName = "floorp-unwrapped";
|
unwrappedPackageName = "floorp-bin-unwrapped";
|
||||||
visible = true;
|
visible = true;
|
||||||
|
|
||||||
platforms.linux = {
|
platforms.linux = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue