hashlink: remove unneeded patch

This compilation issue was fixed in hashlink 1.15
This commit is contained in:
tobil4sk
2026-02-22 05:12:51 +00:00
committed by Tobiasz Laskowski
parent f3ca1ba821
commit c696ad86bb
-8
View File
@@ -28,14 +28,6 @@ stdenv.mkDerivation rec {
sha256 = "sha256-nVr+fDdna8EEHvIiXsccWFRTYzXfb4GG1zrfL+O6zLA=";
};
# incompatible pointer type error: const char ** -> const void **
postPatch = ''
substituteInPlace libs/sqlite/sqlite.c \
--replace-warn \
"sqlite3_prepare16_v2(db->db, sql, -1, &r->r, &tl)" \
"sqlite3_prepare16_v2(db->db, sql, -1, &r->r, (const void**)&tl)"
'';
buildInputs = [
libGL
libGLU