mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides.matplotlib: Don't copy mplsetup.cfg
This commit is contained in:
parent
c60eba609e
commit
47ec073295
1 changed files with 0 additions and 4 deletions
|
@ -859,10 +859,6 @@ lib.composeManyExtensions [
|
|||
substituteInPlace src/_c_internal_utils.c \
|
||||
--replace libX11.so.6 ${libX11}/lib/libX11.so.6 \
|
||||
--replace libwayland-client.so.0 ${wayland}/lib/libwayland-client.so.0
|
||||
'' +
|
||||
# avoid matplotlib trying to download dependencies
|
||||
''
|
||||
cp $MPLSETUPCFG mplsetup.cfg
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [
|
||||
|
|
Loading…
Add table
Reference in a new issue