mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
added pssh to darwin
This commit is contained in:
parent
193c4c5701
commit
bd79f231a6
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user