parent
56a6f22d7f
commit
fe4d221a30
@ -46114,7 +46114,7 @@ self: {
|
||||
description = "Minimal bindings to the FFmpeg library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { libavcodec = null; libavformat = null; libavutil = null;
|
||||
}) { libavcodec = null; libavformat = null; libavutil = pkgs.ffmpeg;
|
||||
libswscale = null;};
|
||||
|
||||
"ffmpeg-tutorials" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user