Unverified Commit 19dad085 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

mupdf: mark as broken when using python (#342213)

parents 209272d4 f7ea4548
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -212,5 +212,8 @@ stdenv.mkDerivation rec {
    maintainers = with maintainers; [ fpletz ];
    platforms = platforms.unix;
    mainProgram = "mupdf";
    # ImportError: cannot import name '_mupdf' from partially initialized module 'mupdf'
    # (most likely due to a circular import)
    broken = enablePython;
  };
}
+0 −3
Original line number Diff line number Diff line
@@ -194,8 +194,5 @@ buildPythonPackage rec {
    license = lib.licenses.agpl3Only;
    maintainers = with lib.maintainers; [ teto ];
    platforms = lib.platforms.unix;
    # ImportError: cannot import name '_mupdf' from partially initialized module 'mupdf'
    # (most likely due to a circular import)
    broken = true;
  };
}