From bf47ce9bc746927eede1675bcf1d165991824c09 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 21 Aug 2024 10:52:18 +0300 Subject: [PATCH] python312Packages.llvmlite: remove outdated substitution --- pkgs/development/python-modules/llvmlite/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/llvmlite/default.nix b/pkgs/development/python-modules/llvmlite/default.nix index 10a89f2392c0..187387f0f5b4 100644 --- a/pkgs/development/python-modules/llvmlite/default.nix +++ b/pkgs/development/python-modules/llvmlite/default.nix @@ -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" '';