Commit 6a916952 authored by Weijia Wang's avatar Weijia Wang
Browse files

python3Packages.nuitka: mark as broken on darwin

parent c50fc70f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,
  isPyPy,
@@ -49,5 +50,7 @@ buildPythonPackage rec {
    description = "Python compiler with full language support and CPython compatibility";
    license = licenses.asl20;
    homepage = "https://nuitka.net/";
    # never built on darwin since first introduction in nixpkgs
    broken = stdenv.hostPlatform.isDarwin;
  };
}