cfdg: use ffmpeg instead of ffmpeg_3

+2 -2
+2 -2
pkgs/tools/graphics/cfdg/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, libpng, bison, flex, ffmpeg_3, icu }: 2 3 stdenv.mkDerivation rec { 4 pname = "cfdg"; ··· 10 sha256 = "13m8npccacmgxbs4il45zw53dskjh53ngv2nxahwqw8shjrws4mh"; 11 }; 12 13 - buildInputs = [ libpng bison flex ffmpeg_3 icu ]; 14 15 postPatch = '' 16 sed -e "/YY_NO_UNISTD/a#include <stdio.h>" -i src-common/cfdg.l
··· 1 + { lib, stdenv, fetchFromGitHub, libpng, bison, flex, ffmpeg, icu }: 2 3 stdenv.mkDerivation rec { 4 pname = "cfdg"; ··· 10 sha256 = "13m8npccacmgxbs4il45zw53dskjh53ngv2nxahwqw8shjrws4mh"; 11 }; 12 13 + buildInputs = [ libpng bison flex ffmpeg icu ]; 14 15 postPatch = '' 16 sed -e "/YY_NO_UNISTD/a#include <stdio.h>" -i src-common/cfdg.l