about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-10-14 12:15:43 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-10-14 12:15:43 +0100
commitb731394033435002ea3f93df7bfe9d05ed6e674f (patch)
tree1bbd0426b87b1a4970ec0968c584627fa01e93e3 /pkgs/tools
parent2e1b91ed8e451a22f09848a4158e90e364fcd977 (diff)
testdisk: enable ntfs/extfs on non-darwin platforms
This option was accidentally flipped in b2b29d4398fd048b25ca206d5e45272e871c7ebe
also see: https://github.com/NixOS/nixpkgs/pull/69945/commits/b2b29d4398fd048b25ca206d5e45272e871c7ebe#r334432081
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/testdisk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/testdisk/default.nix b/pkgs/tools/system/testdisk/default.nix
index 0e499e1fd7c2a..9cec99145b9ce 100644
--- a/pkgs/tools/system/testdisk/default.nix
+++ b/pkgs/tools/system/testdisk/default.nix
@@ -7,8 +7,8 @@
 , libjpeg
 , zlib
 , libewf
-, enableNtfs ? stdenv.isDarwin, ntfs3g ? null
-, enableExtFs ? stdenv.isDarwin, e2fsprogs ? null
+, enableNtfs ? !stdenv.isDarwin, ntfs3g ? null
+, enableExtFs ? !stdenv.isDarwin, e2fsprogs ? null
 , enableQt ? false, qtbase ? null, qttools ? null, qwt ? null
 }: