pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
src, patches, version, qtCompatVersion,
|
||||
|
||||
coreutils, bison, flex, gdb, gperf, lndir, patchelf, perl, pkgconfig, python2,
|
||||
ruby, which,
|
||||
which,
|
||||
# darwin support
|
||||
darwin, libiconv, libcxx,
|
||||
darwin, libiconv,
|
||||
|
||||
dbus, fontconfig, freetype, glib, harfbuzz, icu, libX11, libXcomposite,
|
||||
libXcursor, libXext, libXi, libXrender, libinput, libjpeg, libpng, libtiff,
|
||||
libxcb, libxkbcommon, libxml2, libxslt, openssl, pcre16, pcre2, sqlite, udev,
|
||||
xcbutil, xcbutilimage, xcbutilkeysyms, xcbutilrenderutil, xcbutilwm, xorg,
|
||||
xcbutil, xcbutilimage, xcbutilkeysyms, xcbutilrenderutil, xcbutilwm,
|
||||
zlib,
|
||||
|
||||
# optional dependencies
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ qtModule, stdenv, qtbase, qtdeclarative, pkgconfig
|
||||
, alsaLib, gstreamer, gst-plugins-base, libpulseaudio
|
||||
, darwin
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ qtModule, stdenv, lib, qtbase, substituteAll, systemd }:
|
||||
{ qtModule, stdenv, lib, qtbase, systemd }:
|
||||
|
||||
let inherit (lib) getLib optional; in
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
, sqlite, systemd, glib, gst_all_1, cmake
|
||||
, bison2, flex, gdb, gperf, perl, pkgconfig, python2, ruby
|
||||
, darwin
|
||||
, substituteAll
|
||||
, flashplayerFix ? false
|
||||
, src ? null
|
||||
, version ? null
|
||||
|
||||
Reference in New Issue
Block a user