ghdl-llvm: fix llvm output selection

This commit is contained in:
Vladimír Čunát 2021-05-12 10:51:11 +02:00
parent d8fb37f470
commit 7178848064
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
configureFlags = [ "--enable-synth" ] ++ lib.optional (backend == "llvm")
"--with-llvm-config=${llvm}/bin/llvm-config";
"--with-llvm-config=${llvm.dev}/bin/llvm-config";
hardeningDisable = [ "format" ];