mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
pdsh: enable macOS
This commit is contained in:
parent
e01209f2c7
commit
445863b777
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
while timeouts occur on some connections.
|
||||
'';
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.peti ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue