pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
# Optional Dependencies
|
||||
, yasm ? null, fcgi ? null, expat ? null
|
||||
, curl ? null, fuse ? null, libibverbs ? null, librdmacm ? null
|
||||
, curl ? null, fuse ? null
|
||||
, libedit ? null, libatomic_ops ? null, kinetic-cpp-client ? null
|
||||
, libs3 ? null
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
, zfs ? null
|
||||
|
||||
# Version specific arguments
|
||||
, version, src, patches ? [], buildInputs ? []
|
||||
, version, src ? [], buildInputs ? []
|
||||
, ...
|
||||
}:
|
||||
|
||||
@@ -92,7 +92,7 @@ let
|
||||
ps.prettytable
|
||||
ps.webob
|
||||
ps.cherrypy
|
||||
]);
|
||||
]);
|
||||
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
@@ -101,7 +101,7 @@ stdenv.mkDerivation {
|
||||
inherit src;
|
||||
|
||||
patches = [
|
||||
# ./ceph-patch-cmake-path.patch
|
||||
# ./ceph-patch-cmake-path.patch
|
||||
./0001-kv-RocksDBStore-API-break-additional.patch
|
||||
] ++ optionals stdenv.isLinux [
|
||||
./0002-fix-absolute-include-path.patch
|
||||
|
||||
Reference in New Issue
Block a user