Skip to content

Commit

Permalink
Merge pull request #203178 from wegank/lua-sqlite-darwin
Browse files Browse the repository at this point in the history
luaPackages.sqlite: fix build on darwin
  • Loading branch information
marsam authored Nov 27, 2022
2 parents 8588f7c + 104ba49 commit e022031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/lua-modules/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ with prev;

# we override 'luarocks test' because otherwise neovim doesn't find/load the plenary plugin
checkPhase = ''
export LIBSQLITE="${sqlite.out}/lib/libsqlite3.so"
export LIBSQLITE="${sqlite.out}/lib/libsqlite3${stdenv.hostPlatform.extensions.sharedLibrary}"
export HOME="$TMPDIR";
nvim --headless -i NONE \
Expand Down

0 comments on commit e022031

Please sign in to comment.