mirror of https://github.com/YosysHQ/yosys.git
Add pkg-config
This commit is contained in:
parent
1c89e2ab92
commit
6f9507a16f
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue