disable ltrace for now, until we fix those elfutils problems

svn path=/nixpkgs/trunk/; revision=4304
This commit is contained in:
Armijn Hemel 2005-11-22 12:59:45 +00:00
parent 04d6db0985
commit 2b76e2955d

View File

@ -608,9 +608,9 @@ rec {
### DEVELOPMENT / DEBUGGERS ### DEVELOPMENT / DEBUGGERS
ltrace = (import ../development/debuggers/ltrace) { #ltrace = (import ../development/debuggers/ltrace) {
inherit fetchurl stdenv; # inherit fetchurl stdenv;
}; #};
### DEVELOPMENT / INTERPRETERS ### DEVELOPMENT / INTERPRETERS