1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

autossh: build on darwin too

Tested it out just now - seems like it works fine.
This commit is contained in:
Benjamin Staffin 2015-12-26 13:46:34 -08:00
parent d623916494
commit bb3a2aa8eb

View file

@ -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 ];
};
}