cryptsetup: re-encrypt is a default extension now
It can only be disabled.
This commit is contained in:
parent
c1bca7fe84
commit
ab4146f933
@ -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) [
|
||||
|
Loading…
Reference in New Issue
Block a user