python.pkgs.cython: use pkg-config instead of python.pkgs.pkgconfig

It does not need the Python interface to pkg-config.

Note I think the majority of Python packages that use pkgconfig should
actually use pkg-config.
This commit is contained in:
Frederik Rietdijk 2020-05-29 20:21:04 +02:00
parent 36d9eeb9c7
commit 81b204e8a1

View File

@ -5,7 +5,7 @@
, fetchpatch , fetchpatch
, python , python
, glibcLocales , glibcLocales
, pkgconfig , pkg-config
, gdb , gdb
, numpy , numpy
, ncurses , ncurses
@ -34,7 +34,7 @@ in buildPythonPackage rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
]; ];
checkInputs = [ checkInputs = [
numpy ncurses numpy ncurses