rpi-imager: remove qt_add_lupdate to fix build (#460416)

This commit is contained in:
Aleksana
2025-11-12 14:31:41 +00:00
committed by GitHub
+3
View File
@@ -34,6 +34,9 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
substituteInPlace debian/org.raspberrypi.rpi-imager.desktop \
--replace-fail "/usr/bin/" ""
substituteInPlace src/CMakeLists.txt \
--replace-fail 'qt_add_lupdate(TS_FILES ''${TRANSLATIONS} SOURCE_TARGETS ''${PROJECT_NAME} OPTIONS -no-obsolete -locations none)' ""
'';
preConfigure = ''