dropbear: disable on Darwin

This commit is contained in:
Nikolay Amiantov 2016-06-11 03:38:32 +03:00
parent 862c160e29
commit 659bea9dda

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
description = "A small footprint implementation of the SSH 2 protocol";
license = licenses.mit;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}