pkgs/*: remove unreferenced function arguments

This commit is contained in:
volth
2018-07-21 02:48:04 +00:00
parent 1a6af9f88e
commit 52f53c69ce
1540 changed files with 1554 additions and 1878 deletions
+4 -4
View File
@@ -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