mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
nbd: disable test suite to avoid failures on Hydra (NixOS)
svn path=/nixpkgs/trunk/; revision=27251
This commit is contained in:
parent
bdace03143
commit
bfa7c9791a
@ -13,7 +13,10 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [pkgconfig glib];
|
||||
postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
|
||||
doCheck = true;
|
||||
|
||||
# The test suite doesn't succeed on Hydra (NixOS), because it assumes
|
||||
# that certain global configuration files available.
|
||||
doCheck = false;
|
||||
|
||||
# Glib calls `clock_gettime', which is in librt. Since we're using
|
||||
# a static Glib, we need to pass it explicitly.
|
||||
|
Loading…
Reference in New Issue
Block a user