Skip to content

Commit

Permalink
nix: update ear
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed Nov 21, 2023
1 parent 8081839 commit de9870d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions nix/ear.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
python.pkgs.buildPythonPackage rec {
name = "ear";
inherit src;
propagatedBuildInputs = with python.pkgs; [ numpy scipy six attrs multipledispatch lxml ruamel_yaml setuptools ];
propagatedBuildInputs = with python.pkgs; [ numpy scipy six attrs multipledispatch lxml pyyaml setuptools ];
doCheck = false;
postPatch = ''
# latest attrs should be fine...
sed -i "s/'attrs.*'/'attrs'/" setup.py
'';
}

0 comments on commit de9870d

Please sign in to comment.