Skip to content

Commit

Permalink
[libsqlite] Fix name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Sep 15, 2024
1 parent 837d12d commit 5abd144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/libsqlite.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ runCommand, sqlite }:
runCommand "libpq" { } ''
runCommand "libsqlite" { } ''
mkdir -p $out
find ${sqlite.out}/lib \( -name "libsqlite3.so" -or -name "libsqlite3.dylib" \) -exec cp {} $out/ \;
''

0 comments on commit 5abd144

Please sign in to comment.