summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Milata <martin@martinmilata.cz>2020-04-07 22:29:03 +0200
committerMartin Milata <martin@martinmilata.cz>2020-04-22 15:21:50 +0200
commit2986699ab02685e97b7e2cb0a2e21453c587887f (patch)
treef9ce0cf3b5ed6846bc396df2de20ebf099a9a24d
parent5f70a209da8ee8732a622a87af428b6ae5b312fb (diff)
downloadnixpkgs-2986699ab02685e97b7e2cb0a2e21453c587887f.tar
nixpkgs-2986699ab02685e97b7e2cb0a2e21453c587887f.tar.gz
nixpkgs-2986699ab02685e97b7e2cb0a2e21453c587887f.tar.bz2
nixpkgs-2986699ab02685e97b7e2cb0a2e21453c587887f.tar.lz
nixpkgs-2986699ab02685e97b7e2cb0a2e21453c587887f.tar.xz
nixpkgs-2986699ab02685e97b7e2cb0a2e21453c587887f.tar.zst
nixpkgs-2986699ab02685e97b7e2cb0a2e21453c587887f.zip
qcomicbook: use qt5's mkDerivation
-rw-r--r--pkgs/applications/graphics/qcomicbook/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/qcomicbook/default.nix b/pkgs/applications/graphics/qcomicbook/default.nix
index 4f7e5b931f4..f9dc494b4b3 100644
--- a/pkgs/applications/graphics/qcomicbook/default.nix
+++ b/pkgs/applications/graphics/qcomicbook/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, pkgconfig, cmake, qtbase, qttools, qtx11extras, poppler }:
+{ mkDerivation, stdenv, fetchFromGitHub, pkgconfig, cmake, qtbase, qttools, qtx11extras, poppler }:
 
-stdenv.mkDerivation rec {
+mkDerivation rec {
   pname = "qcomicbook";
   version = "0.9.1";