mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
irrd: mark as broken
This commit is contained in:
parent
d31751f63b
commit
53f1f5e04b
@ -16,7 +16,7 @@ let
|
|||||||
sqlalchemy = prev.sqlalchemy.overridePythonAttrs (oldAttrs: rec {
|
sqlalchemy = prev.sqlalchemy.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "1.3.24";
|
version = "1.3.24";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit (oldAttrs) pname;
|
pname = "SQLAlchemy";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-67t3fL+TEjWbiXv4G6ANrg9ctp+6KhgmXcwYpvXvdRk=";
|
hash = "sha256-67t3fL+TEjWbiXv4G6ANrg9ctp+6KhgmXcwYpvXvdRk=";
|
||||||
};
|
};
|
||||||
@ -157,6 +157,7 @@ py.pkgs.buildPythonPackage rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://github.com/irrdnet/irrd";
|
homepage = "https://github.com/irrdnet/irrd";
|
||||||
maintainers = teams.wdz.members;
|
maintainers = teams.wdz.members;
|
||||||
|
broken = true; # last successful build 2023-10-21
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user