summary refs log tree commit diff
path: root/pkgs/tools/networking/gnirehtet
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/gnirehtet')
-rw-r--r--pkgs/tools/networking/gnirehtet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/gnirehtet/default.nix b/pkgs/tools/networking/gnirehtet/default.nix
index 8d7d2392dfb..193a0b9e0fb 100644
--- a/pkgs/tools/networking/gnirehtet/default.nix
+++ b/pkgs/tools/networking/gnirehtet/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, rustPlatform, fetchFromGitHub, fetchzip, androidenv, makeWrapper }:
+{ lib, stdenv, rustPlatform, fetchFromGitHub, fetchzip, androidenv, makeWrapper }:
 let
 version = "2.5";
 apk = stdenv.mkDerivation {
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage {
     --set ADB ${androidenv.androidPkgs_9_0.platform-tools}/bin/adb
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Reverse tethering over adb for Android";
     longDescription = ''
       This project provides reverse tethering over adb for Android: it allows devices to use the internet connection of the computer they are plugged on. It does not require any root access (neither on the device nor on the computer).