Commit 84fb2aa3 authored by Elliot Cameron's avatar Elliot Cameron
Browse files

python3Packages.krb5: mark broken on Darwin

It should be possible to make this work on Darwin, but it will require some work.
parent 99ebdb7d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  cython,
  fetchPypi,
@@ -42,5 +43,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/jborean93/pykrb5";
    license = licenses.mit;
    maintainers = teams.deshaw.members;
    broken = stdenv.isDarwin; # TODO: figure out how to build on Darwin
  };
}