mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
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…
Reference in a new issue