19 stdenv.mkDerivation (finalAttrs: {
23 src = fetchFromGitHub {
24 owner = "texstudio-org";
26 rev = finalAttrs.version;
27 hash = "sha256-/sxXtapR55+/pTljFl03DYlJa7dMZVNlPji4/a06yZI=";
46 ++ lib.optionals stdenv.hostPlatform.isLinux [
50 postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
51 mkdir -p "$out/Applications"
52 mv "$out/bin/texstudio.app" "$out/Applications"
57 description = "TeX and LaTeX editor";
59 Fork of TeXMaker, this editor is a full fledged IDE for
60 LaTeX editing with completion, structure viewer, preview,
61 spell checking and support of any compilation chain.
63 homepage = "https://texstudio.org";
64 changelog = "https://github.com/texstudio-org/texstudio/blob/${finalAttrs.version}/utilities/manual/source/CHANGELOG.md";
65 license = licenses.gpl2Plus;
66 platforms = platforms.unix;
67 maintainers = with maintainers; [
71 mainProgram = "texstudio";