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 ;};