taler-wallet-core: patch sqlite-helper script shebangs

This commit is contained in:
eljamm 2025-05-30 10:54:48 +02:00 committed by Valentin Gagarin
parent d062164ed8
commit 1dd75bd295

View file

@ -95,6 +95,11 @@ stdenv.mkDerivation (finalAttrs: {
done done
''; '';
postFixup = ''
# else it fails to find the python interpreter
patchShebangs --build $out/bin/taler-helper-sqlite3
'';
env.ESBUILD_BINARY_PATH = lib.getExe esbuild'; env.ESBUILD_BINARY_PATH = lib.getExe esbuild';
meta = { meta = {