Skip to content

Commit

Permalink
ntfs3g: enable extras (NixOS#51514)
Browse files Browse the repository at this point in the history
* ntfs-3g: enable extras
Adds a few extra utilities, most of which are useful.

* ntfs-3g: download over https
  • Loading branch information
leo60228 authored and c0bw3b committed Oct 10, 2019
1 parent a9e6236 commit bb1e6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/filesystems/ntfs-3g/default.nix
Expand Up @@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
"--enable-posix-acls"
"--enable-xattr-mappings"
"--${if crypto then "enable" else "disable"}-crypto"
"--enable-extras"
];

postInstall =
Expand Down

0 comments on commit bb1e6c9

Please sign in to comment.