forked from mirrors/nixpkgs
handbrake: force link libx265
This commit is contained in:
parent
4263c53f66
commit
b9f56c9f49
|
@ -77,6 +77,10 @@ stdenv.mkDerivation rec {
|
||||||
(if useGtk then "--disable-gtk-update-checks" else "--disable-gtk")
|
(if useGtk then "--disable-gtk-update-checks" else "--disable-gtk")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lx265"
|
||||||
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
cd build
|
cd build
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue