Unverified Commit 55070e59 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

python3.pkgs.mediapy: fix build

Changed to flit in 1.1.2.

Fixes: afc23a5a ("python3Packages.mediapy: 1.1.0 -> 1.1.2")
parent d1801a81
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ buildPythonPackage rec {

  propagatedBuildInputs = [ ipython matplotlib numpy pillow ];

  format = "flit";

  pythonImportsCheck = [ "mediapy" ];

  meta = with lib; {