sagelib: fix missing pkgs.pkgconfig

Again: eb3f0aef43 #54306
Apparently the derivation needs both pkgconfigs
(it fails when missing either).
This commit is contained in:
Vladimír Čunát 2019-02-09 10:33:50 +01:00
parent 7f9e3b8206
commit d2c4b5777b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@ let
inherit flint ecl arb;
inherit sage-src pynac singular;
linbox = pkgs.linbox.override { withSage = true; };
pkg-config = pkgs.pkgconfig; # not to confuse with pythonPackages.pkgconfig
};
};
};

View File

@ -30,6 +30,7 @@
, numpy
, pari
, pkgconfig
, pkg-config
, planarity
, ppl
, pynac
@ -63,6 +64,7 @@ buildPythonPackage rec {
iml
perl
jupyter_core
pkg-config
];
buildInputs = [