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:
parent
c6e4e1dbdf
commit
9e3754786b
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue