libtorrent-rasterbar-2_0_x: fix cross compilation
This commit is contained in:
parent
f90d34b415
commit
501471b6ec
@ -32,16 +32,20 @@ stdenv.mkDerivation {
|
|||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [
|
||||||
|
cmake
|
||||||
|
python3
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boostPython
|
boostPython
|
||||||
openssl
|
openssl
|
||||||
zlib
|
zlib
|
||||||
python3
|
|
||||||
ncurses
|
ncurses
|
||||||
];
|
];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# provide distutils alternative for python 3.12
|
# provide distutils alternative for python 3.12
|
||||||
./distutils.patch
|
./distutils.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user