python3Packages.llvmlite: fix build

Fix regression from #111487

authored by Jonathan Ringer and committed by Jonathan Ringer 456c63eb 98d7aac5

+1 -1
+1 -1
pkgs/development/python-modules/llvmlite/default.nix
··· 33 33 ''; 34 34 # Set directory containing llvm-config binary 35 35 preConfigure = '' 36 - export LLVM_CONFIG=${llvm}/bin/llvm-config 36 + export LLVM_CONFIG=${llvm.dev}/bin/llvm-config 37 37 ''; 38 38 checkPhase = '' 39 39 ${python.executable} runtests.py