testdisk: enable ntfs/extfs on non-darwin platforms
This option was accidentally flipped in b2b29d4398
also see: https://github.com/NixOS/nixpkgs/pull/69945/commits/b2b29d4398fd048b25ca206d5e45272e871c7ebe#r334432081
This commit is contained in:
@@ -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
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user