rpi-imager: remove qt_add_lupdate to fix build

This commit is contained in:
SkohTV
2025-11-10 13:05:27 -05:00
parent 2ce1f99575
commit ea078218ae
+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 = ''