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