summary refs log tree commit diff
diff options
context:
space:
mode:
author/u/leo60228 <leo60228@users.noreply.github.com>2019-10-10 16:53:15 -0400
committerRenaud <c0bw3b@users.noreply.github.com>2019-10-10 22:53:15 +0200
commitbb1e6c993684a1bd9b342f64e21b233ab1142781 (patch)
treedd8c445f159958d2409135efba7c234b405f8c0b
parenta9e6236e97db746508a83f1036851b2070e5b85f (diff)
downloadnixpkgs-bb1e6c993684a1bd9b342f64e21b233ab1142781.tar
nixpkgs-bb1e6c993684a1bd9b342f64e21b233ab1142781.tar.gz
nixpkgs-bb1e6c993684a1bd9b342f64e21b233ab1142781.tar.bz2
nixpkgs-bb1e6c993684a1bd9b342f64e21b233ab1142781.tar.lz
nixpkgs-bb1e6c993684a1bd9b342f64e21b233ab1142781.tar.xz
nixpkgs-bb1e6c993684a1bd9b342f64e21b233ab1142781.tar.zst
nixpkgs-bb1e6c993684a1bd9b342f64e21b233ab1142781.zip
ntfs3g: enable extras (#51514)
* ntfs-3g: enable extras
Adds a few extra utilities, most of which are useful.

* ntfs-3g: download over https
-rw-r--r--pkgs/tools/filesystems/ntfs-3g/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/ntfs-3g/default.nix b/pkgs/tools/filesystems/ntfs-3g/default.nix
index 3660649553d..1d402090355 100644
--- a/pkgs/tools/filesystems/ntfs-3g/default.nix
+++ b/pkgs/tools/filesystems/ntfs-3g/default.nix
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
     "--enable-posix-acls"
     "--enable-xattr-mappings"
     "--${if crypto then "enable" else "disable"}-crypto"
+    "--enable-extras"
   ];
 
   postInstall =