Commit d77d51e7 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.qcodes-loop: mark as broken on Darwin

parent 55b52d27
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchpatch
, fetchPypi
, pythonOlder
@@ -97,5 +98,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/QCoDeS/Qcodes_loop";
    license = licenses.mit;
    maintainers = with maintainers; [ evilmav ];
    # Some tests fail on this platform
    broken = stdenv.isDarwin;
  };
}