add strace (partially)

svn path=/nixpkgs/trunk/; revision=1218
This commit is contained in:
Armijn Hemel 2004-08-04 10:11:50 +00:00
parent f063d8c4db
commit 57b90cac23
2 changed files with 5 additions and 0 deletions

View File

@ -172,6 +172,10 @@ rec {
inherit fetchurl stdenv; inherit fetchurl stdenv;
}; };
strace = (import ../development/tools/misc/strace) {
inherit fetchurl stdenv;
};
swig = (import ../development/tools/misc/swig) { swig = (import ../development/tools/misc/swig) {
inherit fetchurl stdenv perl python; inherit fetchurl stdenv perl python;
perlSupport = true; perlSupport = true;

View File

@ -64,6 +64,7 @@ let {
screen screen
openssl openssl
mktemp mktemp
strace
;}; ;};