nodePackages.bip-pod: fix package

+5
+5
pkgs/top-level/node-packages.nix
··· 28 28 bipio.patchPhase = '' 29 29 ${self.json}/bin/json -I -f package.json -e 'this.scripts.install=""' 30 30 ''; 31 + bip-pod.patchPhase = '' 32 + substituteInPlace index.js --replace \ 33 + "__dirname + (literal ? '/' : '/../bip-pod-') + podName" \ 34 + "(literal ? __dirname + '/' : \"bip-pod-\") + podName" 35 + ''; 31 36 } // args.overrides or {}; 32 37 33 38 # Apply overrides and back compatiblity transformations