add strace (partially)
svn path=/nixpkgs/trunk/; revision=1218
This commit is contained in:
parent
f063d8c4db
commit
57b90cac23
|
@ -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;
|
||||||
|
|
|
@ -64,6 +64,7 @@ let {
|
||||||
screen
|
screen
|
||||||
openssl
|
openssl
|
||||||
mktemp
|
mktemp
|
||||||
|
strace
|
||||||
;};
|
;};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user