testdisk: enable ntfs/extfs on non-darwin platforms
This option was accidentally flipped in b2b29d4398fd048b25ca206d5e45272e871c7ebe
also see: b2b29d4398 (r334432081)
This commit is contained in:
parent
2e1b91ed8e
commit
b731394033
@ -7,8 +7,8 @@
|
|||||||
, libjpeg
|
, libjpeg
|
||||||
, zlib
|
, zlib
|
||||||
, libewf
|
, libewf
|
||||||
, enableNtfs ? stdenv.isDarwin, ntfs3g ? null
|
, enableNtfs ? !stdenv.isDarwin, ntfs3g ? null
|
||||||
, enableExtFs ? stdenv.isDarwin, e2fsprogs ? null
|
, enableExtFs ? !stdenv.isDarwin, e2fsprogs ? null
|
||||||
, enableQt ? false, qtbase ? null, qttools ? null, qwt ? null
|
, enableQt ? false, qtbase ? null, qttools ? null, qwt ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user