about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/editors/vim/macvim-configurable.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/editors/vim/macvim-configurable.nix')
-rw-r--r--nixpkgs/pkgs/applications/editors/vim/macvim-configurable.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/editors/vim/macvim-configurable.nix b/nixpkgs/pkgs/applications/editors/vim/macvim-configurable.nix
index 087a375c50cc..6ea6b6c60940 100644
--- a/nixpkgs/pkgs/applications/editors/vim/macvim-configurable.nix
+++ b/nixpkgs/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