summary refs log tree commit diff
path: root/pkgs/tools/misc/fx_cast/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/fx_cast/default.nix')
-rw-r--r--pkgs/tools/misc/fx_cast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/fx_cast/default.nix b/pkgs/tools/misc/fx_cast/default.nix
index d24ff0e0516..581ef0aa838 100644
--- a/pkgs/tools/misc/fx_cast/default.nix
+++ b/pkgs/tools/misc/fx_cast/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, dpkg }:
+{ lib, stdenv, fetchurl, dpkg }:
 
 stdenv.mkDerivation rec {
   pname = "fx_cast_bridge";
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
 
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Implementation of the Chrome Sender API (Chromecast) within Firefox";
     homepage = "https://hensm.github.io/fx_cast/";
     license = licenses.mit;