libtorrent-rasterbar-2_0_x: fix cross compilation

This commit is contained in:
Sandro Jäckel 2025-07-07 14:58:57 +02:00
parent f90d34b415
commit 501471b6ec
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -32,16 +32,20 @@ stdenv.mkDerivation {
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake ];
nativeBuildInputs = [
cmake
python3
];
buildInputs = [
boostPython
openssl
zlib
python3
ncurses
];
strictDeps = true;
patches = [
# provide distutils alternative for python 3.12
./distutils.patch