python2Packages.yappi: disable python2
This commit is contained in:
parent
dcef1818a0
commit
f9dadbac50
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, nose }:
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy27, nose }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yappi";
|
||||
version = "1.2.5";
|
||||
disabled = isPy27; # invalid syntax
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue