texmaker: use qt5 mkDerivation
This commit is contained in:
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";
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user