pythonPackages.line_profiler: disable for pypy

This commit is contained in:
Frederik Rietdijk 2016-01-22 16:15:38 +01:00
parent 8535503556
commit 1ae037ee28

View File

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