about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-27 12:44:43 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-27 12:44:43 +0700
commit3bbad8b041ce225eeb84b335c1cd1305b8c6f693 (patch)
tree4da99035070a79667db2ec1e1fc1e467501da228 /pkgs/applications/video
parentdb4cede4160f25143fd882ba92e3cc2cd5f93ae0 (diff)
downloadnixlib-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar
nixlib-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.gz
nixlib-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.bz2
nixlib-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.lz
nixlib-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.xz
nixlib-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.zst
nixlib-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.zip
treewide: remove inherited stdenv.lib
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/epgstation/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/epgstation/default.nix b/pkgs/applications/video/epgstation/default.nix
index 53a3535fde4e..f1f89b109074 100644
--- a/pkgs/applications/video/epgstation/default.nix
+++ b/pkgs/applications/video/epgstation/default.nix
@@ -91,7 +91,7 @@ let
     # NOTE: this may take a while since it has to update all packages in
     # nixpkgs.nodePackages
     passthru.updateScript = import ./update.nix {
-      inherit (stdenv) lib;
+      inherit lib;
       inherit (src.meta) homepage;
       inherit
         pname