about summary refs log tree commit diff
path: root/pkgs/applications/networking/qv2ray/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/qv2ray/default.nix')
-rw-r--r--pkgs/applications/networking/qv2ray/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/qv2ray/default.nix b/pkgs/applications/networking/qv2ray/default.nix
index f4d41ee79e6df..fa8609ef532c6 100644
--- a/pkgs/applications/networking/qv2ray/default.nix
+++ b/pkgs/applications/networking/qv2ray/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , mkDerivation
 , fetchFromGitHub
 , qmake
@@ -56,7 +56,7 @@ mkDerivation rec {
     qttools
   ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "An GUI frontend to v2ray";
     homepage = "https://qv2ray.github.io/en/";
     license = licenses.gpl3;