pythonPackages.weboob: mark as broken

This commit is contained in:
xeji 2018-04-11 13:47:20 +02:00
parent db93c68f80
commit cc648ab387

View File

@ -33,6 +33,7 @@ buildPythonPackage rec {
homepage = http://weboob.org;
description = "Collection of applications and APIs to interact with websites without requiring the user to open a browser";
license = stdenv.lib.licenses.agpl3;
broken = true; # 2018-04-11
};
}