Commit 9e75b256 authored by Emily's avatar Emily
Browse files

opencv4: revert Darwin SDK workaround

No longer necessary.

This partially reverts commit 12f58047.
parent 04b49f4e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@
  enabledModules ? [ ],

  bzip2,
  apple-sdk_14, # earlier SDKs cause linking issues on x86_64
  callPackage,
}@inputs:

@@ -417,7 +416,6 @@ effectiveStdenv.mkDerivation {
    ]
    ++ optionals effectiveStdenv.hostPlatform.isDarwin [
      bzip2
      apple-sdk_14
    ]
    ++ optionals enableDocs [
      doxygen