mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
darwin: matplotlib: add needed inputs and set framework flag for darwin
This commit is contained in:
parent
99744943a4
commit
f933b48a53
3 changed files with 22 additions and 2 deletions
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
Loading…
Add table
Add a link
Reference in a new issue