From 013cd176ff901e75439d45abce7137f87b15c10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Tue, 6 Jun 2023 21:14:09 +0200 Subject: [PATCH] =?UTF-8?q?vim-full:=20configurable.nix=20=E2=86=92=20full?= =?UTF-8?q?.nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reflects the name change from `vim_configurable` to `vim-full`. --- pkgs/applications/editors/vim/{configurable.nix => full.nix} | 0 pkgs/top-level/all-packages.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/applications/editors/vim/{configurable.nix => full.nix} (100%) diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/full.nix similarity index 100% rename from pkgs/applications/editors/vim/configurable.nix rename to pkgs/applications/editors/vim/full.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 26e08cfb6996..15d02959fbea 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -34846,7 +34846,7 @@ with pkgs; macvim = callPackage ../applications/editors/vim/macvim-configurable.nix { stdenv = clangStdenv; }; - vim-full = vimUtils.makeCustomizable (callPackage ../applications/editors/vim/configurable.nix { + vim-full = vimUtils.makeCustomizable (callPackage ../applications/editors/vim/full.nix { inherit (darwin.apple_sdk.frameworks) CoreServices Cocoa Foundation CoreData; inherit (darwin) libobjc; });