Merge pull request #66322 from lightbulbjim/rapid-photo-downloader-wrapping
rapid-photo-downloader: fix QT wrapping
This commit is contained in:
commit
63f0c69318
@ -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.15";
|
||||
|
||||
@ -73,6 +73,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; {
|
||||
|
Loading…
Reference in New Issue
Block a user