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

authored by eljamm and committed by Valentin Gagarin 1dd75bd2 d062164e

+5
+5
pkgs/by-name/ta/taler-wallet-core/package.nix
··· 95 95 done 96 96 ''; 97 97 98 + postFixup = '' 99 + # else it fails to find the python interpreter 100 + patchShebangs --build $out/bin/taler-helper-sqlite3 101 + ''; 102 + 98 103 env.ESBUILD_BINARY_PATH = lib.getExe esbuild'; 99 104 100 105 meta = {