Commit 809c0ce0 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

python3.pkgs.mpv: use pythonImportsCheck

parent 13e8ace1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ buildPythonPackage rec {
  '';

  # tests impure, will error if it can't load libmpv.so
  checkPhase = "${python.interpreter} -c 'import mpv'";
  doCheck = false;
  pythonImportsCheck = [ "mpv" ];

  meta = with lib; {
    description = "A python interface to the mpv media player";