python2/mk-python-derivation: disable catchConflictsHook

It's broken on Py2. Hopefully people still using 2 know what they're doing?
This commit is contained in:
K900 2023-11-17 07:48:13 +03:00
parent f67b20cad6
commit 397a8fd06b

View File

@ -57,7 +57,8 @@
# Raise an error if two packages are installed with the same name
# TODO: For cross we probably need a different PYTHONPATH, or not
# add the runtime deps until after buildPhase.
, catchConflicts ? (python.stdenv.hostPlatform == python.stdenv.buildPlatform)
# FIXME: disabled for Python 2 because broken
, catchConflicts ? false
# Additional arguments to pass to the makeWrapper function, which wraps
# generated binaries.