Skip to content

Commit

Permalink
fix dm-tree.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanabrooks committed Jul 29, 2022
1 parent 6e3353e commit fdeb1eb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dm-tree.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
pyfinal,
}:
pyprev.dm-tree.overridePythonAttrs rec {
doCheck = false;
meta.broken = false;
pname = "dm-tree";
version = " 0.1.7 ";
format = "wheel";
pythonImportsCheck = [];
version = "0.1.7";
dontUseSetuptoolsCheck = true;
src = pyprev.fetchPypi {
inherit pname version format;
dist = pyfinal.python;
inherit pname version;
sha256 = "sha256-MP7IrKW5KCPA55ai8zuHW03M1HC1fpHmxUJAXF93/So=";
};
}

0 comments on commit fdeb1eb

Please sign in to comment.