mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
ffmpegthumbnailer: Make thumbnailer file point to absolute path (#340624)
undefined
This commit is contained in:
commit
62f0186c41
|
@ -39,6 +39,11 @@ stdenv.mkDerivation rec {
|
||||||
--replace '$'{exec_prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@
|
--replace '$'{exec_prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
substituteInPlace $out/share/thumbnailers/ffmpegthumbnailer.thumbnailer \
|
||||||
|
--replace-fail '=ffmpegthumbnailer' "=$out/bin/ffmpegthumbnailer"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Lightweight video thumbnailer";
|
description = "Lightweight video thumbnailer";
|
||||||
longDescription = "FFmpegthumbnailer is a lightweight video
|
longDescription = "FFmpegthumbnailer is a lightweight video
|
||||||
|
|
Loading…
Reference in a new issue