spatialite_tools: fix build
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
co-authored by
Gaétan Lepage
parent
3210f68b0e
commit
dc9a868cc1
@@ -43,6 +43,13 @@ stdenv.mkDerivation rec {
|
||||
sqlite
|
||||
];
|
||||
|
||||
env = {
|
||||
NIX_LDFLAGS = toString [
|
||||
"-lxml2"
|
||||
(lib.optionalString stdenv.hostPlatform.isDarwin "-liconv")
|
||||
];
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
|
||||
Reference in New Issue
Block a user