imgbrd-grabber: Fix build error with current Qt6 (#413051)

authored by Peder Bergebakken Sundt and committed by GitHub d3d2d80a 02abef53

+15
+11
pkgs/by-name/im/imgbrd-grabber/fix-for-qt6.patch
··· 1 + diffsrc/cli/vendor/qcommandlinecommandparser/qcommandlinecommandparser.cpp b/src/cli/vendor/qcommandlinecommandparser/qcommandlinecommandparser.cpp 2 + index 0742cac1..da820e94 100644 3 + --- src/cli/vendor/qcommandlinecommandparser/qcommandlinecommandparser.cpp 4 + +++ src/cli/vendor/qcommandlinecommandparser/qcommandlinecommandparser.cpp 5 + @@ -1,5 +1,6 @@ 6 + #include "qcommandlinecommandparser.h" 7 + #include <QString> 8 + +#include <QDebug> 9 + #include "vendor.h" 10 + 11 + Q_CORE_EXPORT void qt_call_post_routines();
+4
pkgs/by-name/im/imgbrd-grabber/package.nix
··· 57 57 patchShebangs ../scripts/package.sh 58 58 ''; 59 59 60 + patches = [ 61 + ./fix-for-qt6.patch 62 + ]; 63 + 60 64 postPatch = '' 61 65 62 66 # ensure the script uses the rsync package from nixpkgs