nbd: enable doCheck

The test suite runs fine on my Linux machine, but let's wait and see what Hydra
has to say about that.

svn path=/nixpkgs/trunk/; revision=27221
This commit is contained in:
Peter Simons 2011-05-11 12:28:23 +00:00
parent c2e197e11b
commit faf10f25b5

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation {
buildInputs = [pkgconfig glib];
postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
doCheck = true;
# Glib calls `clock_gettime', which is in librt. Since we're using
# a static Glib, we need to pass it explicitly.