pythonPackages.line_profiler: disable for pypy
This commit is contained in:
parent
8535503556
commit
1ae037ee28
1 changed files with 2 additions and 0 deletions
|
@ -10313,6 +10313,8 @@ in modules // {
|
|||
|
||||
buildInputs = with self; [ cython ];
|
||||
|
||||
disabled = isPyPy;
|
||||
|
||||
meta = {
|
||||
description = "Line-by-line profiler";
|
||||
homepage = https://github.com/rkern/line_profiler;
|
||||
|
|
Loading…
Reference in a new issue