mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
cfdg: use ffmpeg instead of ffmpeg_3
This commit is contained in:
parent
1e85864c6f
commit
d9252ffa69
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, libpng, bison, flex, ffmpeg_3, icu }:
|
||||
{ lib, stdenv, fetchFromGitHub, libpng, bison, flex, ffmpeg, icu }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cfdg";
|
||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "13m8npccacmgxbs4il45zw53dskjh53ngv2nxahwqw8shjrws4mh";
|
||||
};
|
||||
|
||||
buildInputs = [ libpng bison flex ffmpeg_3 icu ];
|
||||
buildInputs = [ libpng bison flex ffmpeg icu ];
|
||||
|
||||
postPatch = ''
|
||||
sed -e "/YY_NO_UNISTD/a#include <stdio.h>" -i src-common/cfdg.l
|
||||
|
Loading…
Reference in New Issue
Block a user