pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, erlang, icu, openssl, spidermonkey, curl, help2man, python
|
||||
{ stdenv, fetchurl, erlang, icu, openssl, spidermonkey, curl, help2man
|
||||
, sphinx, which, file, pkgconfig, getopt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, jboss, mysql_jdbc }:
|
||||
{ stdenv, mysql_jdbc }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "jboss-mysql-jdbc";
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
{ stdenv, fetchurl, fetchFromGitHub, openssl, zlib, pcre, libxml2, libxslt, expat
|
||||
{ stdenv, fetchurl, openssl, zlib, pcre, libxml2, libxslt
|
||||
, gd, geoip
|
||||
, withDebug ? false
|
||||
, withStream ? true
|
||||
, withMail ? false
|
||||
, modules ? []
|
||||
, hardening ? true
|
||||
, version, sha256, ...
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ fetchFromGitHub, fetchurl, lib, pkgs }:
|
||||
{ fetchFromGitHub, lib, pkgs }:
|
||||
|
||||
{
|
||||
brotli = {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl
|
||||
{stdenv
|
||||
, coreutils, findutils, nix, xz, bzip2, gnused, gnugrep, openssl
|
||||
, lighttpd, iproute }:
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, fetchgit, openssl, zlib, pcre, postgresql, libxml2, libxslt,
|
||||
{ stdenv, fetchurl, openssl, zlib, pcre, postgresql, libxml2, libxslt,
|
||||
gd, geoip, perl }:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
Reference in New Issue
Block a user