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:
/u/leo60228 2019-10-10 16:53:15 -04:00 committed by Renaud
parent a9e6236e97
commit bb1e6c9936

View file

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
"--enable-posix-acls"
"--enable-xattr-mappings"
"--${if crypto then "enable" else "disable"}-crypto"
"--enable-extras"
];
postInstall =