about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-27 10:28:55 +0100
committerGitHub <noreply@github.com>2021-01-27 10:28:55 +0100
commitad97ca4e510a433e869a4e8d8a50744ed1e1b002 (patch)
tree8e331277e54b577223742de054c6093bc090eba8 /pkgs/applications/editors
parent2ee93d61ad2220199e8116526d485a8e23e9aee5 (diff)
parent3bbad8b041ce225eeb84b335c1cd1305b8c6f693 (diff)
downloadnixlib-ad97ca4e510a433e869a4e8d8a50744ed1e1b002.tar
nixlib-ad97ca4e510a433e869a4e8d8a50744ed1e1b002.tar.gz
nixlib-ad97ca4e510a433e869a4e8d8a50744ed1e1b002.tar.bz2
nixlib-ad97ca4e510a433e869a4e8d8a50744ed1e1b002.tar.lz
nixlib-ad97ca4e510a433e869a4e8d8a50744ed1e1b002.tar.xz
nixlib-ad97ca4e510a433e869a4e8d8a50744ed1e1b002.tar.zst
nixlib-ad97ca4e510a433e869a4e8d8a50744ed1e1b002.zip
Merge pull request #110912 from siraben/stdenv-lib-inherit
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