python3Packages.cython: move gdb to checkInputs (#119815)

This commit is contained in:
Dmitry Kalinkin 2021-07-11 06:42:39 -04:00 committed by GitHub
parent 606194e1c0
commit 17668028aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,9 +37,9 @@ in buildPythonPackage rec {
pkg-config
];
checkInputs = [
numpy ncurses
gdb numpy ncurses
];
buildInputs = [ glibcLocales gdb ];
buildInputs = [ glibcLocales ];
LC_ALL = "en_US.UTF-8";
patches = [