texmaker: use qt5 mkDerivation

wip/yesman
Christoph Ruegge 5 years ago
parent e97ed888d2
commit adf81192c6
  1. 6
      pkgs/applications/editors/texmaker/default.nix

@ -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

Loading…
Cancel
Save