Loading pkgs/development/python-modules/llvmlite/default.nix +0 −4 Original line number Diff line number Diff line Loading @@ -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" ''; Loading Loading
pkgs/development/python-modules/llvmlite/default.nix +0 −4 Original line number Diff line number Diff line Loading @@ -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" ''; Loading