summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-05-22 16:36:59 -0400
committerJohn Ericson <Ericson2314@Yahoo.com>2017-05-22 17:10:29 -0400
commitc443033be325f0f39d621d28407ea00af2b45631 (patch)
treebfadee668d8884a453a557f0dca0c912ce562563 /pkgs/top-level/release-cross.nix
parenteaa509f33a7058bd819f02a1da32c4ed372e6b49 (diff)
gdb: Modernize and simplify derivation
- `isGNU` to `isHurd`, my sedding did not catch - Simplify cross compilation in general - Be more careful about python - no more `gdbCross` in all-packages
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index 1e764ef00727..b4da273cac99 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -24,7 +24,7 @@ let
};
linuxCommon = lib.recursiveUpdate gnuCommon {
- buildPackages.gdbCross = nativePlatforms;
+ buildPackages.gdb = nativePlatforms;
bison = nativePlatforms;
busybox = nativePlatforms;