Loading pkgs/applications/graphics/rapid-photo-downloader/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ gdk-pixbuf, libmediainfo, vmtouch, gitUpdater, }: mkDerivationWith python3Packages.buildPythonApplication rec { Loading Loading @@ -118,6 +119,11 @@ mkDerivationWith python3Packages.buildPythonApplication rec { ) ''; passthru.updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = "a.*"; }; meta = with lib; { description = "Photo and video importer for cameras, phones, and memory cards"; mainProgram = "rapid-photo-downloader"; Loading Loading
pkgs/applications/graphics/rapid-photo-downloader/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ gdk-pixbuf, libmediainfo, vmtouch, gitUpdater, }: mkDerivationWith python3Packages.buildPythonApplication rec { Loading Loading @@ -118,6 +119,11 @@ mkDerivationWith python3Packages.buildPythonApplication rec { ) ''; passthru.updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = "a.*"; }; meta = with lib; { description = "Photo and video importer for cameras, phones, and memory cards"; mainProgram = "rapid-photo-downloader"; Loading