diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2015-12-01 17:20:59 +0100 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2015-12-02 18:21:13 +0100 |
commit | 1bbc659fd2012fbe33b53783c838e84833c74496 (patch) | |
tree | 5aa4bf06346567a9e6b7e39f7d0ca961c016ca8c /gnu-system.am | |
parent | 214ed6a39b05069b47a8d13a9f2c7f4243dddb40 (diff) | |
download | guix-1bbc659fd2012fbe33b53783c838e84833c74496.tar guix-1bbc659fd2012fbe33b53783c838e84833c74496.tar.gz |
gnu: python-matplotlib: Add 'TkAgg' backend and update to version '1.4.3'.
* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Do it.
* gnu/packages/patches/matplotlib-setupext-tk.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the new patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 4e068536a1..ee7fcc185b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -611,6 +611,7 @@ dist_patch_DATA = \ gnu/packages/patches/make-impure-dirs.patch \ gnu/packages/patches/mars-install.patch \ gnu/packages/patches/mars-sfml-2.3.patch \ + gnu/packages/patches/matplotlib-setupext-tk.patch \ gnu/packages/patches/maxima-defsystem-mkdir.patch \ gnu/packages/patches/mc-fix-ncurses-build.patch \ gnu/packages/patches/mcron-install.patch \ |