* Moving stuff.

svn path=/nixpkgs/trunk/; revision=10861
This commit is contained in:
Eelco Dolstra 2008-02-26 14:15:37 +00:00
parent a40f5bee8a
commit 639f426905
5 changed files with 2 additions and 2 deletions

View File

@ -1918,7 +1918,7 @@ rec {
qt = qt3;
};
lcov = import ../development/tools/misc/lcov {
lcov = import ../development/tools/analysis/lcov {
inherit fetchurl stdenv perl;
};
@ -2021,7 +2021,7 @@ rec {
inherit fetchurl stdenv ncurses;
};
valgrind = import ../development/tools/misc/valgrind {
valgrind = import ../development/tools/analysis/valgrind {
inherit fetchurl stdenv;
};