texmaker: use qt5 mkDerivation

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

@ -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";
version = "5.0.3";
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
meta = with lib; {
description = "TeX and LaTeX editor";
longDescription=''
This editor is a full fledged IDE for TeX and