aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorFabian Möller <fabianm88@gmail.com>2019-09-01 15:33:32 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-09-01 17:35:00 +0200
commit9334ce105abe3b5fe7e1ace3341e637b97fd1e18 (patch)
treeb9e4ffafc93bf203355afab724438196f232e829 /pkgs/applications/graphics
parent09340647918b70bda1b5168664ec405f2b7634a4 (diff)
nomacs: really use Qt mkDerivation
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/nomacs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/nomacs/default.nix b/pkgs/applications/graphics/nomacs/default.nix
index fbf595f1537..62fae518b92 100644
--- a/pkgs/applications/graphics/nomacs/default.nix
+++ b/pkgs/applications/graphics/nomacs/default.nix
@@ -15,7 +15,7 @@
, quazip
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "nomacs";
version = "3.12";