mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
python310Packages.pikepdf: fix build on aarch64-darwin
This commit is contained in:
parent
dbd004ea9b
commit
f0eb6d2059
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ buildPythonPackage rec {
|
|||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
sed -i 's|\S*/opt/homebrew.*|pass|' setup.py
|
||||
'';
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue