1
0
Fork 1
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:
Frederik Rietdijk 2016-11-30 10:43:34 +01:00 committed by GitHub
commit c517718ffc

View file

@ -14170,6 +14170,7 @@ in {
license = licenses.free;
maintainers = with maintainers; [ prikhi ];
platforms = platforms.linux;
broken = true; # broken dependency of django within filebrowser_safe
};
};