mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
taler-wallet-core: patch sqlite-helper script shebangs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user