Add pkg-config

This commit is contained in:
Roland Coeurjoly 2024-05-08 04:47:40 +02:00
parent 1c89e2ab92
commit 6f9507a16f
1 changed files with 1 additions and 1 deletions

View File

@ -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";