nodePackages.bip-pod: fix package
This commit is contained in:
parent
fc4d437fd1
commit
400bfdf4ef
@ -28,6 +28,11 @@ rec {
|
|||||||
bipio.patchPhase = ''
|
bipio.patchPhase = ''
|
||||||
${self.json}/bin/json -I -f package.json -e 'this.scripts.install=""'
|
${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 {};
|
} // args.overrides or {};
|
||||||
|
|
||||||
# Apply overrides and back compatiblity transformations
|
# Apply overrides and back compatiblity transformations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user