nodePackages.bip-pod: fix package
This commit is contained in:
parent
fc4d437fd1
commit
400bfdf4ef
|
@ -28,6 +28,11 @@ rec {
|
|||
bipio.patchPhase = ''
|
||||
${self.json}/bin/json -I -f package.json -e 'this.scripts.install=""'
|
||||
'';
|
||||
bip-pod.patchPhase = ''
|
||||
substituteInPlace index.js --replace \
|
||||
"__dirname + (literal ? '/' : '/../bip-pod-') + podName" \
|
||||
"(literal ? __dirname + '/' : \"bip-pod-\") + podName"
|
||||
'';
|
||||
} // args.overrides or {};
|
||||
|
||||
# Apply overrides and back compatiblity transformations
|
||||
|
|
Loading…
Reference in New Issue