Loading pkgs/applications/office/mytetra/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,10 @@ mkDerivation rec { substituteInPlace app/src/views/mainWindow/MainWindow.cpp \ --replace ":/resource/pic/logo.svg" "$out/share/icons/hicolor/48x48/apps/mytetra.png" # https://github.com/xintrea/mytetra_dev/issues/164 substituteInPlace thirdParty/mimetex/mimetex.c \ --replace "const char *strcasestr" "char *strcasestr" ''; postFixup = '' Loading Loading
pkgs/applications/office/mytetra/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,10 @@ mkDerivation rec { substituteInPlace app/src/views/mainWindow/MainWindow.cpp \ --replace ":/resource/pic/logo.svg" "$out/share/icons/hicolor/48x48/apps/mytetra.png" # https://github.com/xintrea/mytetra_dev/issues/164 substituteInPlace thirdParty/mimetex/mimetex.c \ --replace "const char *strcasestr" "char *strcasestr" ''; postFixup = '' Loading