mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
added pssh to darwin
This commit is contained in:
parent
193c4c5701
commit
bd79f231a6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue