wml: mark as broken, don't know why it broke

This commit is contained in:
Luca Bruno 2015-02-20 14:05:11 +01:00
parent 332c32b772
commit 97f9150a56

View File

@ -43,5 +43,7 @@ perlPackages.buildPerlPackage rec {
description = "Off-line HTML generation toolkit for Unix";
license = licenses.gpl2;
platforms = platforms.linux;
# Not sure what broke this build, it used to work
broken = true;
};
}
}