Unverified Commit 24442dd5 authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

Merge pull request #230531 from MrTarantoga/texstudio

texstudio: 4.5.1 -> 4.5.2
parents 512ce5ee 3f229e3f
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
{ lib, mkDerivation, fetchFromGitHub, qmake, qtbase, qtscript, qtsvg,
{ lib, mkDerivation, fetchFromGitHub, cmake, qtbase, qtscript, qtsvg,
  wrapQtAppsHook, poppler, zlib, pkg-config }:

mkDerivation rec {
  pname = "texstudio";
  version = "4.5.1";
  version = "4.5.2";

  src = fetchFromGitHub {
    owner = "${pname}-org";
    repo = pname;
    rev = version;
    hash = "sha256-QBPWelCqh8Ggp0IjH37QGYGu5Ya2fpsiSEkKh3Ee7PM=";
    hash = "sha256-L+q4+k4XWywnxIvhfXPCBeCqnGj4E9BhAmgcAZhm7S8=";
  };

  nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];
  nativeBuildInputs = [ cmake wrapQtAppsHook pkg-config ];
  buildInputs = [ qtbase qtscript qtsvg poppler zlib ];

  qmakeFlags = [ "NO_APPDATA=True" ];

  meta = with lib; {
    description = "TeX and LaTeX editor";
    longDescription=''