summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/texmaker
diff options
context:
space:
mode:
authorChristoph Ruegge <c.ruegge@math.uni-goettingen.de>2019-10-22 15:36:52 +0200
committerChristoph Ruegge <c.ruegge@math.uni-goettingen.de>2019-10-22 16:51:36 +0200
commitadf81192c6e15d80c803c238cfe4a7fe916938df (patch)
treeba14fed33f73f2cae0599a71c476b523d144b124 /pkgs/applications/editors/texmaker
parente97ed888d23600c055bb122dcb1e5ff76f1a04d8 (diff)
texmaker: use qt5 mkDerivation
Diffstat (limited to 'pkgs/applications/editors/texmaker')
-rw-r--r--pkgs/applications/editors/texmaker/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix
index 2a4459ddc3ed..a4bc4dc03215 100644
--- a/pkgs/applications/editors/texmaker/default.nix
+++ b/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