poetry2nix: fix LLVM_CONFIG reference

wip/little-gl
Jonathan Ringer 3 years ago committed by Jonathan Ringer
parent afaf4b64b3
commit 2b79244f89
  1. 2
      pkgs/development/tools/poetry2nix/poetry2nix/overrides.nix

@ -512,7 +512,7 @@ self: super:
# Set directory containing llvm-config binary
preConfigure = ''
export LLVM_CONFIG=${pkgs.llvm}/bin/llvm-config
export LLVM_CONFIG=${pkgs.llvm.dev}/bin/llvm-config
'';
__impureHostDeps = lib.optionals pkgs.stdenv.isDarwin [ "/usr/lib/libm.dylib" ];

Loading…
Cancel
Save