autossh: build on darwin too
Tested it out just now - seems like it works fine.
This commit is contained in:
parent
d623916494
commit
bb3a2aa8eb
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.harding.motd.ca/autossh/;
|
homepage = http://www.harding.motd.ca/autossh/;
|
||||||
description = "Automatically restart SSH sessions and tunnels";
|
description = "Automatically restart SSH sessions and tunnels";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user