cryptsetup: fix tests

This commit is contained in:
Jan Malakhovski 2018-08-08 21:18:19 +00:00
parent 2a9eff8502
commit 0e3ffe430e

View File

@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
}) })
]; ];
postPatch = ''
patchShebangs tests
'';
NIX_LDFLAGS = "-lgcc_s"; NIX_LDFLAGS = "-lgcc_s";
configureFlags = [ configureFlags = [