about summary refs log tree commit diff
path: root/pkgs/tools/package-management/packagekit/qt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/package-management/packagekit/qt.nix')
-rw-r--r--pkgs/tools/package-management/packagekit/qt.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/package-management/packagekit/qt.nix b/pkgs/tools/package-management/packagekit/qt.nix
index c38ef25f3548c..f0f05a4c858e8 100644
--- a/pkgs/tools/package-management/packagekit/qt.nix
+++ b/pkgs/tools/package-management/packagekit/qt.nix
@@ -1,5 +1,5 @@
-{ stdenv, lib, fetchFromGitHub, cmake, pkgconfig
-, qtbase, qttools, packagekit }:
+{ stdenv, fetchFromGitHub, cmake, pkgconfig
+, qttools, packagekit }:
 
 stdenv.mkDerivation rec {
   name = "packagekit-qt-${version}";