pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, lib, fetchurl, zip, unzip, makeWrapper
|
||||
{ stdenv, lib, fetchurl, zip, unzip
|
||||
, jzmq, jdk, python
|
||||
, logsDir ? "", confFile ? "", extraLibraryPaths ? [], extraJars ? [] }:
|
||||
, confFile ? "", extraLibraryPaths ? [], extraJars ? [] }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "apache-storm-" + version;
|
||||
|
||||
Reference in New Issue
Block a user