nbd: don't try to build this tool on Cygwin

svn path=/nixpkgs/trunk/; revision=29358
This commit is contained in:
Peter Simons 2011-09-19 17:02:15 +00:00
parent 2120523889
commit 11e2fe77ce

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation {
description = "map arbitrary files as block devices over the network";
license = "GPLv2";
maintainers = [ stdenv.lib.maintainers.simons ];
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.unix;
};
}