Fixing the evaluation of inotify-tools by hydra (release.nix)
svn path=/nixpkgs/trunk/; revision=19484
This commit is contained in:
parent
30f1f2312d
commit
15083226fd
|
@ -2860,7 +2860,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
inotifyTools = import ../development/tools/misc/inotify-tools {
|
inotifyTools = import ../development/tools/misc/inotify-tools {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
jikespg = import ../development/tools/parsing/jikespg {
|
jikespg = import ../development/tools/parsing/jikespg {
|
||||||
|
|
Loading…
Reference in New Issue