aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/x265
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-12-04 14:42:32 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-12-04 14:42:32 +0100
commitb6bbe9c42ac5d92620f4c3a6b3bfd1950a19bdba (patch)
tree0c47a3b1cf6a77c2763d275722af0e43f22958fc /pkgs/development/libraries/x265
parente142107242cc26aa8c6b1e73ce3fed7b39c41a3b (diff)
x265: hack-fix build with multiple outputs
Diffstat (limited to 'pkgs/development/libraries/x265')
-rw-r--r--pkgs/development/libraries/x265/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/x265/default.nix b/pkgs/development/libraries/x265/default.nix
index 1598fec61948..1feba886764c 100644
--- a/pkgs/development/libraries/x265/default.nix
+++ b/pkgs/development/libraries/x265/default.nix
@@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake yasm ];
+ NIX_LDFLAGS = "-L${stdenv.cc.libc.out}/lib"; #outputs TODO: this is strange
+
meta = with stdenv.lib; {
description = "Library for encoding h.265/HEVC video streams";
homepage = http://x265.org;