@@ -3288,6 +3288,8 @@ in modules // {
|
|||||||
imread
|
imread
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabled = stdenv.isi686; # Failing tests
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Computer vision package based on numpy";
|
description = "Computer vision package based on numpy";
|
||||||
homepage = https://readthedocs.org/projects/mahotas/;
|
homepage = https://readthedocs.org/projects/mahotas/;
|
||||||
@@ -10038,6 +10040,10 @@ in modules // {
|
|||||||
|
|
||||||
buildInputs = with self; [ pexpect ];
|
buildInputs = with self; [ pexpect ];
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace setup.py --replace "sympy==0.7.6" "sympy"
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
argparse
|
argparse
|
||||||
cython
|
cython
|
||||||
@@ -20939,6 +20945,8 @@ in modules // {
|
|||||||
sha256 = "02ili37dbs5mk5f6v3fmi1sji39ymc4zyq44x0abxzr88nc8nh97";
|
sha256 = "02ili37dbs5mk5f6v3fmi1sji39ymc4zyq44x0abxzr88nc8nh97";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [ mock nose ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python API for the browse feature of Spotify";
|
description = "Python API for the browse feature of Spotify";
|
||||||
homepage = https://github.com/trygveaa/python-tunigo;
|
homepage = https://github.com/trygveaa/python-tunigo;
|
||||||
|
|||||||
Reference in New Issue
Block a user