sagelib: fix missing pkgs.pkgconfig

Again: eb3f0aef43 #54306
Apparently the derivation needs both pkgconfigs
(it fails when missing either).
wip/yesman
Vladimír Čunát 5 years ago
parent 7f9e3b8206
commit d2c4b5777b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 1
      pkgs/applications/science/math/sage/default.nix
  2. 2
      pkgs/applications/science/math/sage/sagelib.nix

@ -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
};
};
};

@ -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 = [

Loading…
Cancel
Save