Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 19.03 468 B view raw
1diff -ruN matplotlib-3.0.0/src/_macosx.m matplotlib-3.0.0.patched/src/_macosx.m 2--- matplotlib-3.0.0/src/_macosx.m 2018-09-16 00:35:21.000000000 +0200 3+++ matplotlib-3.0.0.patched/src/_macosx.m 2018-11-03 13:14:33.000000000 +0100 4@@ -2577,6 +2577,7 @@ 5 6 static bool verify_framework(void) 7 { 8+ return true; /* nixpkgs darwin stdenv */ 9 ProcessSerialNumber psn; 10 /* These methods are deprecated, but they don't require the app to 11 have started */ 12