poetry2nix: fix LLVM_CONFIG reference
This commit is contained in:
parent
afaf4b64b3
commit
2b79244f89
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ self: super:
|
||||||
|
|
||||||
# Set directory containing llvm-config binary
|
# Set directory containing llvm-config binary
|
||||||
preConfigure = ''
|
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" ];
|
__impureHostDeps = lib.optionals pkgs.stdenv.isDarwin [ "/usr/lib/libm.dylib" ];
|
||||||
|
|
Loading…
Reference in a new issue