mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
nix: brokey for tomík
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
yosys = pkgs.llvmPackages.libcxxStdenv.mkDerivation {
|
yosys = pkgs.llvmPackages.libcxxStdenv.mkDerivation {
|
||||||
name = "yosys";
|
name = "yosys";
|
||||||
src = ./. ;
|
src = ./. ;
|
||||||
buildInputs = with pkgs; [ bison flex libffi tcl readline python3 llvmPackages.libcxxClang zlib git pkg-configUpstream tracy ];
|
buildInputs = with pkgs; [ bison flex libffi tcl readline python3 zlib git pkg-configUpstream tracy ];
|
||||||
checkInputs = with pkgs; [ gtest ];
|
checkInputs = with pkgs; [ gtest ];
|
||||||
propagatedBuildInputs = [ abc-verifier ];
|
propagatedBuildInputs = [ abc-verifier ];
|
||||||
preConfigure = "make config-clang";
|
preConfigure = "make config-clang";
|
||||||
@@ -41,8 +41,9 @@
|
|||||||
in {
|
in {
|
||||||
packages.default = yosys;
|
packages.default = yosys;
|
||||||
defaultPackage = yosys;
|
defaultPackage = yosys;
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell.override {stdenv = pkgs.llvmPackages.libcxxStdenv; } {
|
||||||
buildInputs = with pkgs; [ clang bison flex libffi tcl readline python3 llvmPackages.libcxxClang zlib git gtest abc-verifier tracy ];
|
buildInputs = with pkgs; [ bison flex libffi tcl readline python3 zlib git pkg-configUpstream tracy ];
|
||||||
|
propagatedBuildInputs = [ abc-verifier ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user