cryptsetup: fix tests

+4
+4
pkgs/os-specific/linux/cryptsetup/default.nix
··· 20 }) 21 ]; 22 23 NIX_LDFLAGS = "-lgcc_s"; 24 25 configureFlags = [
··· 20 }) 21 ]; 22 23 + postPatch = '' 24 + patchShebangs tests 25 + ''; 26 + 27 NIX_LDFLAGS = "-lgcc_s"; 28 29 configureFlags = [