aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRémi NICOLE <minijackson@users.noreply.github.com>2019-09-22 10:54:45 +0000
committerzimbatm <zimbatm@zimbatm.com>2019-09-22 10:54:45 +0000
commit20de44845d3ec233e9a1d40579aef9e5108ca7d8 (patch)
tree984690696c804dad92060b32c4bd91cea9cee88b /pkgs/top-level
parenta486f0178d2823baf8bdffdc867e946140e14894 (diff)
bingrep: init at 0.7.0 (#69021)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 2874d1613fa..a2fbc80a9c6 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -9222,6 +9222,8 @@ in
bin_replace_string = callPackage ../development/tools/misc/bin_replace_string { };
+ bingrep = callPackage ../development/tools/analysis/bingrep { };
+
binutils-unwrapped = callPackage ../development/tools/misc/binutils {
# FHS sys dirs presumably only have stuff for the build platform
noSysDirs = (stdenv.targetPlatform != stdenv.hostPlatform) || noSysDirs;