sage: fix strictDeps fallout

See https://github.com/NixOS/nixpkgs/pull/54182 and
https://github.com/NixOS/nixpkgs/pull/55757.
This commit is contained in:
Timo Kaufmann 2019-03-03 13:25:40 +01:00
parent c6e4e1dbdf
commit 9e3754786b

View file

@ -65,11 +65,13 @@ buildPythonPackage rec {
perl perl
jupyter_core jupyter_core
pkg-config pkg-config
pip # needed to query installed packages
]; ];
buildInputs = [ buildInputs = [
gd gd
readline readline
iml
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [