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

(cherry picked from commit 1dd75bd295)
This commit is contained in:
eljamm
2025-05-30 10:54:48 +02:00
committed by Valentin Gagarin
parent 0ba7ec4442
commit 1a8a78c71e

View File

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