From a02be2bd85b37ed8b257e969d9439357844baa24 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 10 May 2018 00:57:52 -0400 Subject: treewide: Get rid of `*Platform.arch` Use `parsed.cpu.name` or `platform.gcc.arch` instead. --- pkgs/applications/video/omxplayer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/video') diff --git a/pkgs/applications/video/omxplayer/default.nix b/pkgs/applications/video/omxplayer/default.nix index 825bfe7955a8..520451df400f 100644 --- a/pkgs/applications/video/omxplayer/default.nix +++ b/pkgs/applications/video/omxplayer/default.nix @@ -52,7 +52,7 @@ let "--cross-prefix=${stdenv.cc.targetPrefix}" "--enable-cross-compile" "--target_os=linux" - "--arch=${hostPlatform.arch}" + "--arch=${hostPlatform.parsed.cpu.name}" ]; }; -- cgit 1.4.1