mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
pythonPackages.bonfire: mark broken
arrow package now only allows for time attributes to be in the singular form (minute vs minutes). bonfire also does not seem to be actively maintained
This commit is contained in:
parent
d80f10eddb
commit
128d6068cb
|
@ -3,9 +3,8 @@
|
|||
with python3Packages;
|
||||
|
||||
buildPythonApplication rec {
|
||||
version = "2017-01-19";
|
||||
pname = "bonfire";
|
||||
name = "${pname}-unstable-${version}";
|
||||
version = "unstable-2017-01-19";
|
||||
|
||||
# use latest git version with --endpoint flag
|
||||
# https://github.com/blue-yonder/bonfire/pull/18
|
||||
|
@ -45,6 +44,6 @@ buildPythonApplication rec {
|
|||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.womfoo ];
|
||||
platforms = platforms.linux;
|
||||
broken = true; # no longer compatible with new arrow package
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue