forked from mirrors/nixpkgs
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:
parent
c2e197e11b
commit
faf10f25b5
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue