mailpile: Mark as broken

This commit is contained in:
Graham Christensen
2017-03-06 17:54:37 -05:00
parent 0cb2838d8c
commit 8605d317d1

View File

@@ -30,5 +30,7 @@ pythonPackages.buildPythonApplication rec {
license = [ licenses.asl20 licenses.agpl3 ];
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
broken = true; # See:
# https://github.com/NixOS/nixpkgs/pull/23058#issuecomment-283515104
};
}