pqiv: Add dependencies so all backends are available
This commit is contained in:
parent
f4dcb88420
commit
e11be36eaf
@ -1,4 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, getopt, which, pkgconfig, gtk3 } :
|
{ stdenv, fetchFromGitHub, getopt, which, pkgconfig, gtk3,
|
||||||
|
ffmpeg, imagemagick, libarchive, libspectre, libwebp, poppler
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
name = "pqiv-${version}";
|
name = "pqiv-${version}";
|
||||||
@ -12,7 +14,10 @@ stdenv.mkDerivation (rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ getopt which gtk3 ];
|
buildInputs = [
|
||||||
|
getopt which gtk3
|
||||||
|
ffmpeg imagemagick libarchive libspectre libwebp poppler
|
||||||
|
];
|
||||||
|
|
||||||
prePatch = "patchShebangs .";
|
prePatch = "patchShebangs .";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user