rapid-photo-downloader: fix QT wrapping

See #65399
This commit is contained in:
Chris Rendle-Short 2019-08-08 21:34:51 +10:00 committed by worldofpeace
parent 2c1b24dff9
commit 2f1b92ddf8

View File

@ -1,10 +1,10 @@
{ stdenv, fetchurl, python3Packages
{ stdenv, mkDerivationWith, fetchurl, python3Packages
, file, intltool, gobject-introspection, libgudev
, udisks, gexiv2, gst_all_1, libnotify
, exiftool, gdk-pixbuf, libmediainfo, vmtouch
}:
python3Packages.buildPythonApplication rec {
mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "rapid-photo-downloader";
version = "0.9.14";
@ -72,6 +72,7 @@ python3Packages.buildPythonApplication rec {
"--prefix PATH : ${stdenv.lib.makeBinPath [ exiftool vmtouch ]}"
"--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ libmediainfo ]}"
"--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : \"$GST_PLUGIN_SYSTEM_PATH_1_0\""
"\${qtWrapperArgs[@]}"
];
meta = with stdenv.lib; {