Merge pull request #19040 from grahamc/broken-mast

Mark packages as broken: asterisk, cryptopp, redmine, moodle, opera, openstack-neutron, mesos
This commit is contained in:
Graham Christensen 2016-09-28 16:50:05 -04:00 committed by GitHub
commit 9ebc98e53d
7 changed files with 26 additions and 5 deletions

View File

@ -63,6 +63,10 @@ let
cp -r * $out
cp ${moodleConfig} $out/config.php
'';
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
meta.broken = true;
};
in

View File

@ -84,5 +84,8 @@ stdenv.mkDerivation rec {
homepage = http://www.opera.com;
description = "Web browser";
license = stdenv.lib.licenses.unfree;
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
broken = true;
};
}

View File

@ -180,5 +180,8 @@ in stdenv.mkDerivation rec {
description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks";
maintainers = with maintainers; [ cstrahan kevincox offline rushmorem ];
platforms = platforms.linux;
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
broken = true;
};
}

View File

@ -67,5 +67,8 @@ in stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = [ maintainers.garbas ];
license = licenses.gpl2;
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
broken = true;
};
}

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

View File

@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
license = licenses.boost;
platforms = platforms.all;
maintainers = [ ];
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
broken = true;
};
}

View File

@ -57,5 +57,8 @@ stdenv.mkDerivation rec {
homepage = http://www.asterisk.org/;
license = licenses.gpl2;
maintainers = with maintainers; [ auntie ];
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
broken = true;
};
}