summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-01-29 19:23:10 -0800
committerRyan Burns <rtburns@protonmail.com>2021-01-30 12:34:30 -0800
commitc17abf8111471184446370e0761736b2519b04fd (patch)
tree4cd460eb57c1698f00cc2a2523a6fbf47bab0548 /pkgs/stdenv
parent72b3badb6197a042c52397fcea467f630628c75c (diff)
downloadnixpkgs-c17abf8111471184446370e0761736b2519b04fd.tar
nixpkgs-c17abf8111471184446370e0761736b2519b04fd.tar.gz
nixpkgs-c17abf8111471184446370e0761736b2519b04fd.tar.bz2
nixpkgs-c17abf8111471184446370e0761736b2519b04fd.tar.lz
nixpkgs-c17abf8111471184446370e0761736b2519b04fd.tar.xz
nixpkgs-c17abf8111471184446370e0761736b2519b04fd.tar.zst
nixpkgs-c17abf8111471184446370e0761736b2519b04fd.zip
stdenv: add powerpc64-linux
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/default.nix b/pkgs/stdenv/default.nix
index b0db1be5f44..d9eadf26804 100644
--- a/pkgs/stdenv/default.nix
+++ b/pkgs/stdenv/default.nix
@@ -54,6 +54,7 @@ in
     aarch64-linux = stagesLinux;
     mipsel-linux = stagesLinux;
     powerpc-linux = /* stagesLinux */ stagesNative;
+    powerpc64-linux = stagesLinux;
     powerpc64le-linux = stagesLinux;
     x86_64-darwin = stagesDarwin;
     x86_64-solaris = stagesNix;