Loading pkgs/development/python-modules/llvmlite/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,8 @@ buildPythonPackage rec { ]; postPatch = '' substituteInPlace llvmlite/tests/test_binding.py --replace "test_linux" "nope" substituteInPlace llvmlite/tests/test_binding.py \ --replace-fail "test_linux" "nope" ''; # Set directory containing llvm-config binary Loading Loading
pkgs/development/python-modules/llvmlite/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,8 @@ buildPythonPackage rec { ]; postPatch = '' substituteInPlace llvmlite/tests/test_binding.py --replace "test_linux" "nope" substituteInPlace llvmlite/tests/test_binding.py \ --replace-fail "test_linux" "nope" ''; # Set directory containing llvm-config binary Loading