wml: mark as broken, don't know why it broke
This commit is contained in:
parent
332c32b772
commit
97f9150a56
|
@ -43,5 +43,7 @@ perlPackages.buildPerlPackage rec {
|
||||||
description = "Off-line HTML generation toolkit for Unix";
|
description = "Off-line HTML generation toolkit for Unix";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
# Not sure what broke this build, it used to work
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue