about summary refs log tree commit diff
path: root/pkgs/applications/editors
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/editors
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/editors')
-rw-r--r--pkgs/applications/editors/vim/macvim-configurable.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vim/macvim-configurable.nix b/pkgs/applications/editors/vim/macvim-configurable.nix
index 087a375c50cc..6ea6b6c60940 100644
--- a/pkgs/applications/editors/vim/macvim-configurable.nix
+++ b/pkgs/applications/editors/vim/macvim-configurable.nix
@@ -1,4 +1,4 @@
-{ stdenv, callPackage, vimUtils, buildEnv, makeWrapper }:
+{ lib, stdenv, callPackage, vimUtils, buildEnv, makeWrapper }:
 
 let
   macvim = callPackage ./macvim.nix { inherit stdenv; };
@@ -12,7 +12,6 @@ let
     # sourcing of the user's vimrc. Use `customRC = "source $HOME/.vim/vimrc"`
     # if you want to preserve that behavior.
     configure = let
-      inherit (stdenv) lib;
       doConfig = config: let
         vimrcConfig = config // {
           # always source the bundled system vimrc