Skip to content

Commit 251af56

Browse files
committed
nix: update ear
1 parent 62b8554 commit 251af56

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/ear.nix

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
python.pkgs.buildPythonPackage rec {
33
name = "ear";
44
inherit src;
5-
propagatedBuildInputs = with python.pkgs; [ numpy scipy six attrs multipledispatch lxml pyyaml setuptools ];
5+
propagatedBuildInputs = with python.pkgs; [ numpy scipy six attrs multipledispatch lxml pyyaml importlib-resources ];
6+
nativeBuildInputs = with python.pkgs; [ setuptools ];
7+
pyproject = true;
8+
69
doCheck = false;
710
}

0 commit comments

Comments
 (0)