summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-10-17 16:44:24 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-11-13 08:46:15 -0500
commitf8741c38cd546e3ff18ce9d708de14ff2aae68ab (patch)
tree546f011544ce9833d95ef7d20993efd73c9d020e /pkgs/top-level/aliases.nix
parente65259f00cee799a6640a7ef5100f2bce3cb9d6f (diff)
downloadnixpkgs-f8741c38cd546e3ff18ce9d708de14ff2aae68ab.tar
nixpkgs-f8741c38cd546e3ff18ce9d708de14ff2aae68ab.tar.gz
nixpkgs-f8741c38cd546e3ff18ce9d708de14ff2aae68ab.tar.bz2
nixpkgs-f8741c38cd546e3ff18ce9d708de14ff2aae68ab.tar.lz
nixpkgs-f8741c38cd546e3ff18ce9d708de14ff2aae68ab.tar.xz
nixpkgs-f8741c38cd546e3ff18ce9d708de14ff2aae68ab.tar.zst
nixpkgs-f8741c38cd546e3ff18ce9d708de14ff2aae68ab.zip
binutils, gdb: Do not expose libbfd or libopcodes, and be multitarget
There are separate derivations for these libraries and we don't want
conflict. Multitarget is generally more useful, and will eventually
speed up cross builds, so why not?!
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index defac535532..19bb99d20a8 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -57,6 +57,7 @@ mapAliases (rec {
   foomatic_filters = foomatic-filters;  # 2016-08
   fuse_exfat = exfat;                   # 2015-09-11
   gettextWithExpat = gettext; # 2016-02-19
+  gdb-multitarget = gdb; # added 2017-11-13
   git-hub = gitAndTools.git-hub; # added 2016-04-29
   googleAuthenticator = google-authenticator; # added 2016-10-16
   grantlee5 = libsForQt5.grantlee;  # added 2015-12-19