Unverified Commit f4fdf302 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

cifs-utils: add optional dependencies

for cifs.idmap, getcifsacl and setcifsacl and capability dropping in mount.cifs
parent 27df79a4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,9 +5,11 @@
  autoreconfHook,
  docutils,
  pkg-config,
  libcap,
  libkrb5,
  keyutils,
  pam,
  samba,
  talloc,
  python3,
}:
@@ -29,9 +31,11 @@ stdenv.mkDerivation rec {

  buildInputs = [
    keyutils
    libcap
    libkrb5
    pam
    python3
    samba
    talloc
  ];