hashlink: remove unneeded patch
This compilation issue was fixed in hashlink 1.15
This commit is contained in:
committed by
Tobiasz Laskowski
parent
f3ca1ba821
commit
c696ad86bb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user