1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

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
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

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