pkgs/tools/networking/nbd: enable regression tests

The tests suite succeeds fine on Linux/x86. Let's see what happens on
other platforms.

svn path=/nixpkgs/trunk/; revision=22920
This commit is contained in:
Peter Simons 2010-08-03 09:36:37 +00:00
parent cdb12ec708
commit 057a044b0c
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
doCheck = true;
meta = {
homepage = "http://nbd.sourceforge.net";
description = "map arbitrary files as block devices over the network";