about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/matplotlib/darwin-stdenv.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/matplotlib/darwin-stdenv.patch')
-rw-r--r--nixpkgs/pkgs/development/python-modules/matplotlib/darwin-stdenv.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/matplotlib/darwin-stdenv.patch b/nixpkgs/pkgs/development/python-modules/matplotlib/darwin-stdenv.patch
new file mode 100644
index 000000000000..27ed8fc9f964
--- /dev/null
+++ b/nixpkgs/pkgs/development/python-modules/matplotlib/darwin-stdenv.patch
@@ -0,0 +1,12 @@
+diff -ruN matplotlib-3.0.0/src/_macosx.m matplotlib-3.0.0.patched/src/_macosx.m
+--- matplotlib-3.0.0/src/_macosx.m	2018-09-16 00:35:21.000000000 +0200
++++ matplotlib-3.0.0.patched/src/_macosx.m	2018-11-03 13:14:33.000000000 +0100
+@@ -2577,6 +2577,7 @@
+ 
+ static bool verify_framework(void)
+ {
++    return true;  /* nixpkgs darwin stdenv */
+     ProcessSerialNumber psn;
+     /* These methods are deprecated, but they don't require the app to
+        have started  */
+