pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user