Author: simons Date: Wed May 11 12:28:23 2011 New Revision: 27221 URL: https://svn.nixos.org/websvn/nix/?rev=27221&sc=1
Log: 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. Modified: nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix Modified: nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix ============================================================================== --- nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix Wed May 11 12:28:18 2011 (r27220) +++ nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix Wed May 11 12:28:23 2011 (r27221) @@ -13,6 +13,7 @@ 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. _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
