Fixing the evaluation of inotify-tools by hydra (release.nix)

svn path=/nixpkgs/trunk/; revision=19484
This commit is contained in:
Lluís Batlle i Rossell 2010-01-16 15:12:33 +00:00
parent 30f1f2312d
commit 15083226fd

View file

@ -2860,7 +2860,7 @@ let
};
inotifyTools = import ../development/tools/misc/inotify-tools {
inherit fetchurl stdenv;
inherit fetchurl stdenv lib;
};
jikespg = import ../development/tools/parsing/jikespg {