Unverified Commit cf6fdc30 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.lze: remove outdated test overrides (#508386)

parents b0188973 cb42e3b2
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -836,24 +836,6 @@ in
    ];
  };

  lze = prev.lze.overrideAttrs {
    doCheck = lua.luaversion == "5.1";
    nativeCheckInputs = [
      final.nlua
      final.bustedCheckHook
      writableTmpDirAsHomeHook
    ];
  };

  lzextras = prev.lzextras.overrideAttrs {
    doCheck = lua.luaversion == "5.1";
    nativeCheckInputs = [
      final.nlua
      lua.pkgs.bustedCheckHook
      final.lze
    ];
  };

  magick = prev.magick.overrideAttrs (old: {
    buildInputs = old.buildInputs ++ [
      imagemagick