cryptsetup: fix tests
This commit is contained in:
parent
2a9eff8502
commit
0e3ffe430e
@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs tests
|
||||
'';
|
||||
|
||||
NIX_LDFLAGS = "-lgcc_s";
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user