testdisk: enable ntfs/extfs on non-darwin platforms

This option was accidentally flipped in b2b29d4398
also see: b2b29d4398 (r334432081)
This commit is contained in:
Jörg Thalheim 2019-10-14 12:15:43 +01:00
parent 2e1b91ed8e
commit b731394033
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -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
}: