mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
* Moving stuff.
svn path=/nixpkgs/trunk/; revision=10861
This commit is contained in:
parent
a40f5bee8a
commit
639f426905
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user