darwin.maloader: mark as broken

no successfull build in Hydra history back to 2017-08-21
This commit is contained in:
Uli Baum 2018-09-08 18:42:18 +02:00
parent 6960a96a0c
commit 4795c2a23a

View File

@ -33,5 +33,6 @@ stdenv.mkDerivation {
homepage = https://github.com/shinh/maloader;
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux;
broken = true; # 2018-09-08, no succesful build since 2017-08-21
};
}