mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #112120 from dotlambda/multibootusb-broken
multibootusb: mark as broken
This commit is contained in:
commit
6969ad4020
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue