1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 19:45:54 +00:00
nixpkgs/pkgs/development/python-modules/matplotlib/darwin-stdenv.patch

12 lines
272 B
Diff

--- a/src/_macosx.m 2015-06-30 12:18:48.000000000 +0300
+++ b/src/_macosx.m 2015-06-30 12:19:12.000000000 +0300
@@ -5,6 +5,8 @@
#include "numpy/arrayobject.h"
#include "path_cleanup.h"
+#define WITH_NEXT_FRAMEWORK 1
+
#if PY_MAJOR_VERSION >= 3
#define PY3K 1
#else