diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index df1312de21f8..8194bb9f3628 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 ff6744c34be0..80462a9f454d 100644 --- a/pkgs/system/populate-cache.nix +++ b/pkgs/system/populate-cache.nix @@ -64,6 +64,7 @@ let { screen openssl mktemp + strace ;};