about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-09-28 16:50:05 -0400
committerGitHub <noreply@github.com>2016-09-28 16:50:05 -0400
commit9ebc98e53dd0b3a0ae71ea8bcdc7b0617c4a588a (patch)
tree6300e4b653d13ffb480a57eee325e891f7c440fb /nixos
parent633fb08a9a8cad8c925175728756c8b958803419 (diff)
parent337eb4d027e87ed7210f5fc2ac4be0fa81b9d059 (diff)
downloadnixlib-9ebc98e53dd0b3a0ae71ea8bcdc7b0617c4a588a.tar
nixlib-9ebc98e53dd0b3a0ae71ea8bcdc7b0617c4a588a.tar.gz
nixlib-9ebc98e53dd0b3a0ae71ea8bcdc7b0617c4a588a.tar.bz2
nixlib-9ebc98e53dd0b3a0ae71ea8bcdc7b0617c4a588a.tar.lz
nixlib-9ebc98e53dd0b3a0ae71ea8bcdc7b0617c4a588a.tar.xz
nixlib-9ebc98e53dd0b3a0ae71ea8bcdc7b0617c4a588a.tar.zst
nixlib-9ebc98e53dd0b3a0ae71ea8bcdc7b0617c4a588a.zip
Merge pull request #19040 from grahamc/broken-mast
Mark packages as broken: asterisk, cryptopp, redmine, moodle, opera, openstack-neutron, mesos
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/apache-httpd/moodle.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/services/web-servers/apache-httpd/moodle.nix b/nixos/modules/services/web-servers/apache-httpd/moodle.nix
index 87b1fba5aa10..aa00e89967db 100644
--- a/nixos/modules/services/web-servers/apache-httpd/moodle.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/moodle.nix
@@ -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