mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
x265: hack-fix build with multiple outputs
This commit is contained in:
parent
e142107242
commit
b6bbe9c42a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user