multibootusb: mark as broken

This commit is contained in:
Robert Schütz 2021-02-06 11:17:20 +01:00
parent 5ca36419d1
commit 00de98f944

View file

@ -110,5 +110,6 @@ python36Packages.buildPythonApplication rec {
homepage = "http://multibootusb.org/";
license = licenses.gpl2;
maintainers = []; # Looking for a maintainer!
broken = true; # "name 'config' is not defined", added 2021-02-06
};
}