python310Packages.mutagen: fix cross
python3.10-mutagen> /nix/store/wfkwbqp5bvipx7inf3rm4xzk2402w82i-stdenv-linux/setup: line 86: /nix/store/hq5f9z5vnss8h5zy62p0m93550wswsp8-python3-aarch64-unknown-linux-gnu-3.10.5/bin/python3: cannot execute binary file: Exec format error
This commit is contained in:
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
${python.interpreter} setup.py build_sphinx --build-dir=$doc
|
||||
${python.pythonForBuild.interpreter} setup.py build_sphinx --build-dir=$doc
|
||||
'';
|
||||
|
||||
checkInputs = [
|
||||
|
||||
Reference in New Issue
Block a user