mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: python2-matplotlib: Remove python-cairocffi.
* gnu/packages/python-xyz.scm (python2-matplotlib)[propagated-inputs]: Remove python-cairocffi, because it cannot be built with Python 2.
This commit is contained in:
parent
c8e3e78f8e
commit
6c0430f07a
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
|
||||
;;; Copyright © 2015 Omar Radwan <toxemicsquire4@gmail.com>
|
||||
;;; Copyright © 2015 Pierre-Antoine Rault <par@rigelk.eu>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2016, 2020 Christopher Allan Webber <cwebber@dustycloud.org>
|
||||
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
||||
;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org>
|
||||
|
@ -5216,7 +5216,10 @@ (define-public python2-matplotlib
|
|||
("python2-subprocess32" ,python2-subprocess32)
|
||||
("python2-tkinter" ,python-2 "tk")
|
||||
,@(fold alist-delete (package-propagated-inputs matplotlib)
|
||||
'("python-pycairo" "python-pygobject" "python-tkinter")))))))
|
||||
'("python-cairocffi"
|
||||
"python-pycairo"
|
||||
"python-pygobject"
|
||||
"python-tkinter")))))))
|
||||
|
||||
(define-public python-matplotlib-documentation
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue