mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
Merge pull request #170979 from squalus/proj
proj: support cross compile
This commit is contained in:
commit
005438b129
@ -3,6 +3,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
, buildPackages
|
||||||
, sqlite
|
, sqlite
|
||||||
, libtiff
|
, libtiff
|
||||||
, curl
|
, curl
|
||||||
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
"-DUSE_EXTERNAL_GTEST=ON"
|
"-DUSE_EXTERNAL_GTEST=ON"
|
||||||
"-DRUN_NETWORK_DEPENDENT_TESTS=OFF"
|
"-DRUN_NETWORK_DEPENDENT_TESTS=OFF"
|
||||||
"-DNLOHMANN_JSON_ORIGIN=external"
|
"-DNLOHMANN_JSON_ORIGIN=external"
|
||||||
|
"-DEXE_SQLITE3=${buildPackages.sqlite}/bin/sqlite3"
|
||||||
];
|
];
|
||||||
|
|
||||||
preCheck =
|
preCheck =
|
||||||
|
Loading…
Reference in New Issue
Block a user