mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
Merge pull request #216071 from alyssais/mediapy-flit
python3.pkgs.mediapy: fix build
This commit is contained in:
commit
511acc13a3
@ -21,6 +21,8 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ ipython matplotlib numpy pillow ];
|
||||
|
||||
format = "flit";
|
||||
|
||||
pythonImportsCheck = [ "mediapy" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user