summaryrefslogtreecommitdiffstats
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
parent72b3badb6197a042c52397fcea467f630628c75c (diff)
stdenv: add powerpc64-linux
-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 b0db1be5f446..d9eadf26804c 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;