cryptsetup: re-encrypt is a default extension now

It can only be disabled.
This commit is contained in:
Raito Bezarius 2023-06-19 02:32:27 +02:00
parent c1bca7fe84
commit ab4146f933

View file

@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = lib.optionalString (stdenv.cc.isGNU && !stdenv.hostPlatform.isStatic) "-lgcc_s";
configureFlags = [
"--enable-cryptsetup-reencrypt"
"--with-crypto_backend=openssl"
"--disable-ssh-token"
] ++ lib.optionals (!rebuildMan) [