Skip to content

Commit

Permalink
cifs-utils: add optional dependencies
Browse files Browse the repository at this point in the history
for cifs.idmap, getcifsacl and setcifsacl and capability dropping in mount.cifs
  • Loading branch information
SuperSandro2000 committed Oct 30, 2024
1 parent 27df79a commit f4fdf30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/os-specific/linux/cifs-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
autoreconfHook,
docutils,
pkg-config,
libcap,
libkrb5,
keyutils,
pam,
samba,
talloc,
python3,
}:
Expand All @@ -29,9 +31,11 @@ stdenv.mkDerivation rec {

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

Expand Down

0 comments on commit f4fdf30

Please sign in to comment.