about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-11-29 10:00:30 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-11-29 10:02:40 +0100
commit5f020d5627789ce77b2997e360ece984c261bce7 (patch)
treead2398b7aadcb52e5ef02df8dd961874edb7c816 /pkgs/applications/video
parent0e6ca9e85d76ddb2757d05119f07f4b2fe32b689 (diff)
parent8b53b2ec2c7ec4d87b8d27df7fe0c85812e29bf5 (diff)
Merge branch 'staging'
There are security fixes in multiple packages /cc #32117,
so I'm merging a little earlier, with a few thousand jobs
still not finished on Hydra for x86_64-darwin and aarch64-linux.
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/omxplayer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/omxplayer/default.nix b/pkgs/applications/video/omxplayer/default.nix
index 29345f7548d5f..825bfe7955a83 100644
--- a/pkgs/applications/video/omxplayer/default.nix
+++ b/pkgs/applications/video/omxplayer/default.nix
@@ -49,7 +49,7 @@ let
     crossAttrs = {
       configurePlatforms = [];
       configureFlags = configureFlags ++ [
-        "--cross-prefix=${stdenv.cc.prefix}"
+        "--cross-prefix=${stdenv.cc.targetPrefix}"
         "--enable-cross-compile"
         "--target_os=linux"
         "--arch=${hostPlatform.arch}"