Unverified Commit 6c9ef1b9 authored by Austin Horstman's avatar Austin Horstman
Browse files

luaPackages.sqlite: disable checks on darwin

parent f1fcb970
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -776,7 +776,7 @@ in
  });

  sqlite = prev.sqlite.overrideAttrs (drv: {
    doCheck = true;
    doCheck = stdenv.isLinux;
    nativeCheckInputs = [ final.plenary-nvim neovim-unwrapped ];

    # the plugin loads the library from either the LIBSQLITE env