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:
parent
36d9eeb9c7
commit
81b204e8a1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user