added pssh to darwin

This commit is contained in:
CJ Toolseram 2017-11-24 16:52:37 +11:00
parent 193c4c5701
commit bd79f231a6

View file

@ -19,7 +19,7 @@ pythonPackages.buildPythonApplication rec {
''; '';
inherit (src.meta) homepage; inherit (src.meta) homepage;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ chris-martin ]; maintainers = with maintainers; [ chris-martin ];
}; };
} }