Skip to content

Commit

Permalink
Add pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly committed May 8, 2024
1 parent 1c89e2a commit 6f9507a
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 @@ -15,7 +15,7 @@
customYosys = pkgs.clangStdenv.mkDerivation {
name = "yosys";
src = ./. ;
buildInputs = with pkgs; [ clang bison flex libffi tcl readline python3 llvmPackages.libcxxClang zlib git ];
buildInputs = with pkgs; [ clang bison flex libffi tcl readline python3 llvmPackages.libcxxClang zlib git pkg-configUpstream ];
checkInputs = with pkgs; [ gtest ];
propagatedBuildInputs = with pkgs; [ abc-verifier ];
preConfigure = "make config-clang";
Expand Down

0 comments on commit 6f9507a

Please sign in to comment.