Unverified Commit 24b84ece authored by benaryorg's avatar benaryorg
Browse files

ceph: no null defaults



Signed-off-by: default avatarbenaryorg <binary@benary.org>
parent d767cd1c
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -64,22 +64,22 @@
  zstd,

  # Optional Dependencies
  curl ? null,
  expat ? null,
  fuse ? null,
  libatomic_ops ? null,
  libedit ? null,
  libs3 ? null,
  yasm ? null,
  curl,
  expat,
  fuse,
  libatomic_ops,
  libedit,
  libs3,
  yasm,

  # Mallocs
  gperftools ? null,
  jemalloc ? null,
  gperftools,
  jemalloc,

  # Crypto Dependencies
  cryptopp ? null,
  nspr ? null,
  nss ? null,
  cryptopp,
  nspr,
  nss,

  # Linux Only Dependencies
  linuxHeaders,
@@ -90,9 +90,9 @@
  keyutils,
  rdma-core,
  rabbitmq-c,
  libaio ? null,
  libxfs ? null,
  liburing ? null,
  libaio,
  libxfs,
  liburing,
  withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
}: