mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides: add librsvg to matplotlib for gtkcairo support
This commit is contained in:
parent
43b8f732b7
commit
5e6894abe0
1 changed files with 1 additions and 1 deletions
|
@ -1570,7 +1570,7 @@ lib.composeManyExtensions [
|
|||
pkgs.freetype
|
||||
qhull
|
||||
]
|
||||
++ lib.optionals enableGtk3 [ pkgs.cairo final.pycairo pkgs.gtk3 pkgs.gobject-introspection final.pygobject3 ]
|
||||
++ lib.optionals enableGtk3 [ pkgs.cairo pkgs.librsvg final.pycairo pkgs.gtk3 pkgs.gobject-introspection final.pygobject3 ]
|
||||
++ lib.optionals enableTk [ pkgs.tcl pkgs.tk final.tkinter pkgs.libX11 ]
|
||||
++ lib.optionals enableQt [ final.pyqt5 ]
|
||||
;
|
||||
|
|
Loading…
Add table
Reference in a new issue