dropbear: disable on Darwin
This commit is contained in:
parent
862c160e29
commit
659bea9dda
@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A small footprint implementation of the SSH 2 protocol";
|
description = "A small footprint implementation of the SSH 2 protocol";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user