Unverified Commit ad5505f0 authored by PedroHLC ☭'s avatar PedroHLC ☭
Browse files

fx_cast_bridge: rename to fx-cast-bridge

parent 67b7d291
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
, gnome/*.gnome-shell*/
, browserpass, gnome-browser-connector, uget-integrator, plasma5Packages, bukubrow, pipewire
, tridactyl-native
, fx_cast_bridge
, fx-cast-bridge
, udev
, libkrb5
, libva
@@ -69,7 +69,7 @@ let
          ++ lib.optional (cfg.enableGnomeExtensions or false) gnome-browser-connector
          ++ lib.optional (cfg.enableUgetIntegrator or false) uget-integrator
          ++ lib.optional (cfg.enablePlasmaBrowserIntegration or false) plasma5Packages.plasma-browser-integration
          ++ lib.optional (cfg.enableFXCastBridge or false) fx_cast_bridge
          ++ lib.optional (cfg.enableFXCastBridge or false) fx-cast-bridge
          ++ extraNativeMessagingHosts
        ;
      libs =   lib.optionals stdenv.isLinux [ udev libva mesa libnotify xorg.libXScrnSaver cups pciutils ]
+1 −0
Original line number Diff line number Diff line
@@ -556,6 +556,7 @@ mapAliases ({
  fuse_exfat = throw "'fuse_exfat' has been renamed to/replaced by 'exfat'"; # Converted to throw 2022-02-22
  fuseki = throw "'fuseki' has been renamed to/replaced by 'apache-jena-fuseki'"; # Converted to throw 2022-02-22
  fuse2fs = if stdenv.isLinux then e2fsprogs.fuse2fs else null; # Added 2022-03-27 preserve, reason: convenience, arch has a package named fuse2fs too.
  fx_cast_bridge = fx-cast-bridge; # added 2023-07-26
  fwupdate = throw "fwupdate was merged into fwupd"; # Added 2020-05-19

  fcitx = throw "fcitx is deprecated, please use fcitx5 instead."; # Added 2023-03-13
+1 −1
Original line number Diff line number Diff line
@@ -5274,7 +5274,7 @@ with pkgs;
    inherit (darwin.apple_sdk.frameworks) DiskArbitration;
  };
  fx_cast_bridge = callPackage ../tools/misc/fx_cast { };
  fx-cast-bridge = callPackage ../tools/misc/fx_cast { };
  fzf = callPackage ../tools/misc/fzf { };