mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
linux_5_15: drop option removed upstream
On nixpkgs master this was done in commit 146c830cff.
This commit is contained in:
@@ -405,7 +405,7 @@ let
|
||||
CIFS_POSIX = option yes;
|
||||
CIFS_FSCACHE = yes;
|
||||
CIFS_STATS = whenOlder "4.19" yes;
|
||||
CIFS_WEAK_PW_HASH = yes;
|
||||
CIFS_WEAK_PW_HASH = whenOlder "5.15" yes;
|
||||
CIFS_UPCALL = yes;
|
||||
CIFS_ACL = whenOlder "5.3" yes;
|
||||
CIFS_DFS_UPCALL = yes;
|
||||
|
||||
Reference in New Issue
Block a user