Merge pull request #263371 from scvalex/fix-mytetra

mytetra: fix build

authored by Peder Bergebakken Sundt and committed by GitHub 3e8e1782 df922ca8

+4
+4
pkgs/applications/office/mytetra/default.nix
··· 23 24 substituteInPlace app/src/views/mainWindow/MainWindow.cpp \ 25 --replace ":/resource/pic/logo.svg" "$out/share/icons/hicolor/48x48/apps/mytetra.png" 26 ''; 27 28 postFixup = ''
··· 23 24 substituteInPlace app/src/views/mainWindow/MainWindow.cpp \ 25 --replace ":/resource/pic/logo.svg" "$out/share/icons/hicolor/48x48/apps/mytetra.png" 26 + 27 + # https://github.com/xintrea/mytetra_dev/issues/164 28 + substituteInPlace thirdParty/mimetex/mimetex.c \ 29 + --replace "const char *strcasestr" "char *strcasestr" 30 ''; 31 32 postFixup = ''