about summary refs log tree commit diff
path: root/pkgs/top-level/node-packages.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-11-14 14:15:39 -0500
committerShea Levy <shea@shealevy.com>2013-11-14 14:15:39 -0500
commit03858122be7f0fa2e22aed49e0b0c8be0808f0f3 (patch)
tree710bbf1a478f5ecbba7f61361c76b9d83b5860f6 /pkgs/top-level/node-packages.nix
parent60428f1d49a8a0425cf457846da688d63817cf5a (diff)
downloadnixlib-03858122be7f0fa2e22aed49e0b0c8be0808f0f3.tar
nixlib-03858122be7f0fa2e22aed49e0b0c8be0808f0f3.tar.gz
nixlib-03858122be7f0fa2e22aed49e0b0c8be0808f0f3.tar.bz2
nixlib-03858122be7f0fa2e22aed49e0b0c8be0808f0f3.tar.lz
nixlib-03858122be7f0fa2e22aed49e0b0c8be0808f0f3.tar.xz
nixlib-03858122be7f0fa2e22aed49e0b0c8be0808f0f3.tar.zst
nixlib-03858122be7f0fa2e22aed49e0b0c8be0808f0f3.zip
D'oh
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/top-level/node-packages.nix')
-rw-r--r--pkgs/top-level/node-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/node-packages.nix b/pkgs/top-level/node-packages.nix
index 6261d87cc915..56bcda57aa0d 100644
--- a/pkgs/top-level/node-packages.nix
+++ b/pkgs/top-level/node-packages.nix
@@ -19,7 +19,7 @@ rec {
       unpackFile ${src}
       chmod -R +w */
       mv */ package 2>/dev/null || true
-      sed -i -e "s/:\s*\"latest\"/:  *\"*\"/" -e "s/:\s*\"git\(\+\(ssh\|http\|https\)\)\?\:\/\/[^\"]*\"/: \"*\"/" package/package.json
+      sed -i -e "s/:\s*\"latest\"/:  \"*\"/" -e "s/:\s*\"git\(\+\(ssh\|http\|https\)\)\?\:\/\/[^\"]*\"/: \"*\"/" package/package.json
       mv */ $out
     '';