Merge pull request #112120 from dotlambda/multibootusb-broken

multibootusb: mark as broken
This commit is contained in:
Guillaume Girol 2021-02-06 15:10:39 +00:00 committed by GitHub
commit 6969ad4020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
};
}