mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
unpaper: pin ffmpeg to 4.x
This commit is contained in:
parent
a52db119e1
commit
03f8de4775
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkg-config, ffmpeg, libxslt }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, ffmpeg_4, libxslt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "unpaper";
|
||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ ffmpeg libxslt ];
|
||||
buildInputs = [ ffmpeg_4 libxslt ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.flameeyes.eu/projects/unpaper";
|
||||
|
Loading…
Reference in New Issue
Block a user