1
0
Fork 1
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:
Graham Christensen 2016-09-28 08:57:26 -04:00
parent d92fe31e04
commit 86c9b471a6
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -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;
};
}