Merge pull request #120905 from stigtsp/bugfix/tpm2-tools-de-nest-wrappers
tpm2-tools: fix broken wrappers
This commit is contained in:
commit
7859f8a9d6
@ -21,10 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
tpm2-tss
|
tpm2-tss
|
||||||
] ++ (lib.optional abrmdSupport tpm2-abrmd));
|
] ++ (lib.optional abrmdSupport tpm2-abrmd));
|
||||||
in ''
|
in ''
|
||||||
for bin in $out/bin/*; do
|
wrapProgram $out/bin/tpm2 --suffix LD_LIBRARY_PATH : "${ldLibraryPath}"
|
||||||
wrapProgram $bin \
|
wrapProgram $out/bin/tss2 --suffix LD_LIBRARY_PATH : "${ldLibraryPath}"
|
||||||
--suffix LD_LIBRARY_PATH : "${ldLibraryPath}"
|
|
||||||
done
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user