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