tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nodePackages.bip-pod: fix package
Jaka Hudoklin
11 years ago
400bfdf4
fc4d437f
+5
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
node-packages.nix
+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
31
+
bip-pod.patchPhase = ''
32
32
+
substituteInPlace index.js --replace \
33
33
+
"__dirname + (literal ? '/' : '/../bip-pod-') + podName" \
34
34
+
"(literal ? __dirname + '/' : \"bip-pod-\") + podName"
35
35
+
'';
31
36
} // args.overrides or {};
32
37
33
38
# Apply overrides and back compatiblity transformations