mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +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
|
||||
, cmake
|
||||
, pkg-config
|
||||
, buildPackages
|
||||
, sqlite
|
||||
, libtiff
|
||||
, curl
|
||||
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||
"-DUSE_EXTERNAL_GTEST=ON"
|
||||
"-DRUN_NETWORK_DEPENDENT_TESTS=OFF"
|
||||
"-DNLOHMANN_JSON_ORIGIN=external"
|
||||
"-DEXE_SQLITE3=${buildPackages.sqlite}/bin/sqlite3"
|
||||
];
|
||||
|
||||
preCheck =
|
||||
|
Loading…
Reference in New Issue
Block a user