Unverified Commit ef82adc5 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

mupdf: xcbuild not required (#502961)

parents 8155abb4 0e95b2a6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
  enablePython ? false,
  which,
  swig,
  xcbuild,
  gitUpdater,
  enableBarcode ? false,
  # for passthru.tests
@@ -135,7 +134,6 @@ stdenv.mkDerivation rec {
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [
    fixDarwinDylibNames
    xcbuild
  ];

  buildInputs = [