Commit bf47ce9b authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.llvmlite: remove outdated substitution

parent deac6c1c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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"
  '';