mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user