Merge pull request #174617 from risicle/ris-python-pot-darwin-fix

python3Packages.pot: fix build on darwin

authored by

Robert Scott and committed by
GitHub
94f5552f 6d40b806

+3
+3
pkgs/development/python-modules/pot/default.nix
··· 61 61 --replace " --junit-xml=junit-results.xml" "" 62 62 substituteInPlace setup.py \ 63 63 --replace '"oldest-supported-numpy", ' "" 64 + 65 + # we don't need setup.py to find the macos sdk for us 66 + sed -i '/sdk_path/d' setup.py 64 67 ''; 65 68 66 69 # To prevent importing of an incomplete package from the build directory