mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
add strace (partially)
svn path=/nixpkgs/trunk/; revision=1218
This commit is contained in:
parent
f063d8c4db
commit
57b90cac23
2 changed files with 5 additions and 0 deletions
|
@ -172,6 +172,10 @@ rec {
|
|||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
strace = (import ../development/tools/misc/strace) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
swig = (import ../development/tools/misc/swig) {
|
||||
inherit fetchurl stdenv perl python;
|
||||
perlSupport = true;
|
||||
|
|
|
@ -64,6 +64,7 @@ let {
|
|||
screen
|
||||
openssl
|
||||
mktemp
|
||||
strace
|
||||
;};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue