Skip to content

Commit

Permalink
Add llvmPackages.bintools to buildInputs, otherwise we get a linkage …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
RCoeurjoly committed Jul 22, 2024
1 parent a947572 commit 5d05589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
yosys = pkgs.clangStdenv.mkDerivation {
name = "yosys";
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 ];
propagatedBuildInputs = [ abc-verifier ];
preConfigure = "make config-clang";
Expand Down

0 comments on commit 5d05589

Please sign in to comment.