ffmpegthumbnailer: allow build on unix platforms

Switching to ffmpeg-headless allows building on Darwin.
This commit is contained in:
Zane van Iperen 2022-11-08 00:13:11 +10:00
parent 8a1506d064
commit 58211b7b13
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
This thumbnailer was designed to be as fast and lightweight as possible.
The only dependencies are ffmpeg and libpng.
";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.gpl2Plus;
maintainers = [ maintainers.jagajaga ];
};