forked from M-Labs/nix-scripts
migen: cleanup and enable tests
This commit is contained in:
parent
f09a3cdfb4
commit
6abf54e523
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, stdenv, fetchFromGitHub, python, python3Packages }:
|
{ stdenv, fetchFromGitHub, python, python3Packages }:
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
# User dependencies
|
# User dependencies
|
||||||
|
@ -98,10 +98,7 @@ rec {
|
||||||
sha256 = "0zl3bb90cg32jmzagm0j2skd6k09s3lqkjxp7km8yl1ldj2j782a";
|
sha256 = "0zl3bb90cg32jmzagm0j2skd6k09s3lqkjxp7km8yl1ldj2j782a";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: fix migen platform issues and re-enable tests
|
propagatedBuildInputs = with python3Packages; [ colorama sphinx sphinx_rtd_theme ];
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ colorama sphinx sphinx_rtd_theme ] ++ (with pkgs; [ verilator ]);
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Python toolbox for building complex digital hardware";
|
description = "A Python toolbox for building complex digital hardware";
|
||||||
|
|
Loading…
Reference in New Issue