python312Packages.llvmlite: remove outdated substitution

This commit is contained in:
Doron Behar
2024-08-24 23:36:41 +03:00
parent deac6c1c18
commit bf47ce9bc7
@@ -33,11 +33,7 @@ buildPythonPackage rec {
setuptools
];
# Disable static linking
# https://github.com/numba/llvmlite/issues/93
postPatch = ''
substituteInPlace ffi/Makefile.linux --replace "-static-libstdc++" ""
substituteInPlace llvmlite/tests/test_binding.py --replace "test_linux" "nope"
'';