mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 16:33:19 +00:00
Add llvmPackages.bintools to buildInputs, otherwise we get a linkage error
This commit is contained in:
parent
a947572f38
commit
5d0558932e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
yosys = pkgs.clangStdenv.mkDerivation {
|
yosys = pkgs.clangStdenv.mkDerivation {
|
||||||
name = "yosys";
|
name = "yosys";
|
||||||
src = ./. ;
|
src = ./. ;
|
||||||
buildInputs = with pkgs; [ clang bison flex libffi tcl readline python3 llvmPackages.libcxxClang zlib git pkg-configUpstream ];
|
buildInputs = with pkgs; [ clang bison flex libffi tcl readline python3 llvmPackages.libcxxClang zlib git pkg-configUpstream llvmPackages.bintools ];
|
||||||
checkInputs = with pkgs; [ gtest ];
|
checkInputs = with pkgs; [ gtest ];
|
||||||
propagatedBuildInputs = [ abc-verifier ];
|
propagatedBuildInputs = [ abc-verifier ];
|
||||||
preConfigure = "make config-clang";
|
preConfigure = "make config-clang";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue