mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
taler-wallet-core: patch sqlite-helper script shebangs
This commit is contained in:
parent
d062164ed8
commit
1dd75bd295
1 changed files with 5 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue