From 57b90cac230973ea3d46659b62591c8edce1265c Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Wed, 4 Aug 2004 10:11:50 +0000 Subject: [PATCH] add strace (partially) svn path=/nixpkgs/trunk/; revision=1218 --- pkgs/system/all-packages-generic.nix | 4 ++++ pkgs/system/populate-cache.nix | 1 + 2 files changed, 5 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index df1312de21f..8194bb9f362 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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; diff --git a/pkgs/system/populate-cache.nix b/pkgs/system/populate-cache.nix index ff6744c34be..80462a9f454 100644 --- a/pkgs/system/populate-cache.nix +++ b/pkgs/system/populate-cache.nix @@ -64,6 +64,7 @@ let { screen openssl mktemp + strace ;};