mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
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-xattr-mappings"
|
||||
"--${if crypto then "enable" else "disable"}-crypto"
|
||||
"--enable-extras"
|
||||
];
|
||||
|
||||
postInstall =
|
||||
|
Loading…
Reference in New Issue
Block a user