openstack-neutron: mark as broken
https://github.com/NixOS/nixpkgs/issues/18856
This commit is contained in:
parent
d92fe31e04
commit
86c9b471a6
@ -62,5 +62,8 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
description = "Virtual network service for Openstack";
|
description = "Virtual network service for Openstack";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
# Marked as broken due to needing an update for security issues.
|
||||||
|
# See: https://github.com/NixOS/nixpkgs/issues/18856
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user