forked from mirrors/nixpkgs
nbd: don't try to build this tool on Cygwin
svn path=/nixpkgs/trunk/; revision=29358
This commit is contained in:
parent
2120523889
commit
11e2fe77ce
|
@ -27,6 +27,6 @@ stdenv.mkDerivation {
|
||||||
description = "map arbitrary files as block devices over the network";
|
description = "map arbitrary files as block devices over the network";
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue