moodle: mark as broken

https://github.com/NixOS/nixpkgs/issues/18856
This commit is contained in:
Graham Christensen
2016-09-28 08:46:57 -04:00
parent f9c9c1dac8
commit e2688e072d

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