mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 22:47:28 +00:00
Merge pull request #11968 from benley/patch-2
autossh: build on darwin too
This commit is contained in:
commit
3c06503067
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.harding.motd.ca/autossh/;
|
||||
description = "Automatically restart SSH sessions and tunnels";
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user