mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
Merge pull request #20152 from igsha/fix-mezzanine
pythonPackages.mezzanine: fixes #19989
This commit is contained in:
commit
c517718ffc
|
@ -14170,6 +14170,7 @@ in {
|
|||
license = licenses.free;
|
||||
maintainers = with maintainers; [ prikhi ];
|
||||
platforms = platforms.linux;
|
||||
broken = true; # broken dependency of django within filebrowser_safe
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue