Unverified Commit 5ce65923 authored by Moraxyc's avatar Moraxyc
Browse files

vimPlugins.codediff-nvim: cleanup build files

parent d53cd2e6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -30,6 +30,11 @@ vimUtils.buildVimPlugin rec {
    runHook postBuild
  '';

  # Cleanup
  preInstall = ''
    rm -rf build
  '';

  # The plugin detects Nix and tries to download libgomp at runtime.
  # Symlinking it into the plugin directory fixes error message.
  postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''