mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
beetsPackages.extrafiles: mark as broken
This commit is contained in:
parent
10830cf99d
commit
3bfa4f50e3
@ -33,5 +33,7 @@ python3Packages.buildPythonApplication {
|
||||
description = "A plugin for beets that copies additional files and directories during the import process";
|
||||
license = lib.licenses.mit;
|
||||
inherit (beets.meta) platforms;
|
||||
# Upstream hasn't had commits since 2020, build is broken since beets 2.0.0
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user