handbrake: force link libx265

This commit is contained in:
Peter Hoeg 2017-03-21 18:28:50 +08:00
parent 4263c53f66
commit b9f56c9f49

View File

@ -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
''; '';