nbd: re-enable the test suite to see what happens
svn path=/nixpkgs/trunk/; revision=32127
This commit is contained in:
parent
1451109c95
commit
07a925d08a
@ -11,14 +11,13 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "179548406aa2bcb0c6bff3aa0484dbb04136ec055aa385c84fefbe3c9ea96ba4";
|
sha256 = "179548406aa2bcb0c6bff3aa0484dbb04136ec055aa385c84fefbe3c9ea96ba4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib ] ++ stdenv.lib.optional stdenv.isLinux stdenv.glibc.kernelHeaders;
|
|
||||||
postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
|
|
||||||
|
|
||||||
patches = [ ./0001-properly-check-for-HAVE_FALLOC_PH-in-both-occurrence.patch ];
|
patches = [ ./0001-properly-check-for-HAVE_FALLOC_PH-in-both-occurrence.patch ];
|
||||||
|
|
||||||
# The test suite doesn't succeed on Hydra (NixOS), because it assumes
|
buildInputs = [ pkgconfig glib ] ++ stdenv.lib.optional stdenv.isLinux stdenv.glibc.kernelHeaders;
|
||||||
# that certain global configuration files available.
|
|
||||||
doCheck = false;
|
postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://nbd.sourceforge.net";
|
homepage = "http://nbd.sourceforge.net";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user