about summary refs log tree commit diff
path: root/pkgs/applications/networking/gmailctl
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2021-01-23 10:47:37 +0200
committerDoron Behar <doron.behar@gmail.com>2021-01-23 10:52:19 +0200
commitf9c6e07c67e9196ed1f134b604c5683167a829e0 (patch)
tree25116119adaa84b8df83c7760459411cd58f45ab /pkgs/applications/networking/gmailctl
parent4affc40a50dbabf2216176307a507b9225e01be7 (diff)
treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
Diffstat (limited to 'pkgs/applications/networking/gmailctl')
-rw-r--r--pkgs/applications/networking/gmailctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/gmailctl/default.nix b/pkgs/applications/networking/gmailctl/default.nix
index 1dfd1f62fb013..0042e5417df33 100644
--- a/pkgs/applications/networking/gmailctl/default.nix
+++ b/pkgs/applications/networking/gmailctl/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv
+{ lib
 , buildGoModule
 , fetchFromGitHub
 }: