Merge pull request #32182 from cjtoolseram/master

added pssh to darwin
This commit is contained in:
Daiderd Jordan 2017-11-30 00:02:23 +01:00 committed by GitHub
commit aee138b506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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