From 5c91dc9bcf654fc7f476cf3d56bd257b4fd13668 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 17 Apr 2017 21:02:56 -0400 Subject: [PATCH] release-cross: Fix more typos---this is embarrising --- pkgs/top-level/release-cross.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index a7adb3ffedc..82428972699 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -77,7 +77,7 @@ in arch = "arm"; float = "soft"; withTLS = true; - platform = pkgs.platforms.sheevaplug; + platform = lib.systems.platforms.sheevaplug; libc = "glibc"; openssl.system = "linux-generic32"; }; @@ -136,7 +136,7 @@ in float = "hard"; withTLS = true; libc = "glibc"; - platform = lib.platforms.fuloong2f_n32; + platform = lib.systems.platforms.fuloong2f_n32; openssl.system = "linux-generic32"; gcc = { arch = "loongson2f"; @@ -160,7 +160,7 @@ in fpu = "vfp"; withTLS = true; libc = "glibc"; - platform = lib.platforms.raspberrypi; + platform = lib.systems.platforms.raspberrypi; openssl.system = "linux-generic32"; gcc = { arch = "armv6";