texmaker: use qt5 mkDerivation

This commit is contained in:
Christoph Ruegge 2019-10-22 15:36:52 +02:00
parent e97ed888d2
commit adf81192c6

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, qtbase, qtscript, qmake, zlib, pkgconfig, poppler }: { lib, mkDerivation, fetchurl, qtbase, qtscript, qmake, zlib, pkgconfig, poppler }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "texmaker"; pname = "texmaker";
version = "5.0.3"; version = "5.0.3";
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with lib; {
description = "TeX and LaTeX editor"; description = "TeX and LaTeX editor";
longDescription='' longDescription=''
This editor is a full fledged IDE for TeX and This editor is a full fledged IDE for TeX and