mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
cifs-utils: add optional dependencies
for cifs.idmap, getcifsacl and setcifsacl and capability dropping in mount.cifs
This commit is contained in:
parent
27df79a45e
commit
f4fdf302a7
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user