ntfs3g: enable extras (#51514)
* ntfs-3g: enable extras Adds a few extra utilities, most of which are useful. * ntfs-3g: download over https
This commit is contained in:
parent
a9e6236e97
commit
bb1e6c9936
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-posix-acls"
|
"--enable-posix-acls"
|
||||||
"--enable-xattr-mappings"
|
"--enable-xattr-mappings"
|
||||||
"--${if crypto then "enable" else "disable"}-crypto"
|
"--${if crypto then "enable" else "disable"}-crypto"
|
||||||
|
"--enable-extras"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user