texstudio: fix qt wrapping and explicitly receive qt attributes (#73298)

This commit is contained in:
Alexandre Joannou 2019-11-13 05:13:48 +00:00 committed by Dmitry Kalinkin
parent 1933ae3973
commit 4f9fae2e32

View File

@ -1,6 +1,7 @@
{ stdenv, fetchFromGitHub, qt5, poppler, zlib, pkgconfig}: { lib, mkDerivation, fetchFromGitHub, qmake, qtbase, qtscript, qtsvg,
poppler, zlib, pkgconfig }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "texstudio"; pname = "texstudio";
version = "2.12.16"; version = "2.12.16";
@ -11,12 +12,12 @@ stdenv.mkDerivation rec {
sha256 = "0ck65fvz6mzfpqdb1ndgyvgxdnslrwhdr1swgck4gaghcrgbg3gq"; sha256 = "0ck65fvz6mzfpqdb1ndgyvgxdnslrwhdr1swgck4gaghcrgbg3gq";
}; };
nativeBuildInputs = [ qt5.qmake pkgconfig ]; nativeBuildInputs = [ qmake pkgconfig ];
buildInputs = [ qt5.qtbase qt5.qtscript qt5.qtsvg poppler zlib ]; buildInputs = [ qtbase qtscript qtsvg poppler zlib ];
qmakeFlags = [ "NO_APPDATA=True" ]; qmakeFlags = [ "NO_APPDATA=True" ];
meta = with stdenv.lib; { meta = with lib; {
description = "TeX and LaTeX editor"; description = "TeX and LaTeX editor";
longDescription='' longDescription=''
Fork of TeXMaker, this editor is a full fledged IDE for Fork of TeXMaker, this editor is a full fledged IDE for