Author: ludo
Date: Mon Jun  6 08:58:29 2011
New Revision: 27347
URL: https://svn.nixos.org/websvn/nix/?rev=27347&sc=1

Log:
parted: Add dependency on Check.

Modified:
   hydra-config/gnu/trunk/parted/release.nix

Modified: hydra-config/gnu/trunk/parted/release.nix
==============================================================================
--- hydra-config/gnu/trunk/parted/release.nix   Sun Jun  5 18:38:33 2011        
(r27346)
+++ hydra-config/gnu/trunk/parted/release.nix   Mon Jun  6 08:58:29 2011        
(r27347)
@@ -1,5 +1,5 @@
 /* Continuous integration of GNU with Hydra/Nix.
-   Copyright (C) 2010  Ludovic Courtès <[email protected]>
+   Copyright (C) 2010, 2011  Ludovic Courtès <[email protected]>
    Copyright (C) 2010  Rob Vermaas <[email protected]>
 
    This program is free software: you can redistribute it and/or modify
@@ -43,7 +43,7 @@
   };
 
   buildInputsFrom = pkgs: with pkgs;
-    [ devicemapper libuuid gettext_0_18 readline ];
+    [ devicemapper libuuid gettext_0_18 readline check ];
 
 in
   import ../gnu-jobs.nix {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to