1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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