summary refs log tree commit diff
path: root/pkgs/applications/graphics/nomacs
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/nomacs
parent09340647918b70bda1b5168664ec405f2b7634a4 (diff)
downloadnixpkgs-9334ce105abe3b5fe7e1ace3341e637b97fd1e18.tar
nixpkgs-9334ce105abe3b5fe7e1ace3341e637b97fd1e18.tar.gz
nixpkgs-9334ce105abe3b5fe7e1ace3341e637b97fd1e18.tar.bz2
nixpkgs-9334ce105abe3b5fe7e1ace3341e637b97fd1e18.tar.lz
nixpkgs-9334ce105abe3b5fe7e1ace3341e637b97fd1e18.tar.xz
nixpkgs-9334ce105abe3b5fe7e1ace3341e637b97fd1e18.tar.zst
nixpkgs-9334ce105abe3b5fe7e1ace3341e637b97fd1e18.zip
nomacs: really use Qt mkDerivation
Diffstat (limited to 'pkgs/applications/graphics/nomacs')
-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";