about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-07-05 11:03:28 +0100
committerRobin Gloster <mail@glob.in>2019-08-02 02:34:47 +0200
commit9e9c6de50cf24cd7fa7ba847fa3d5d4b6c83ea42 (patch)
tree86990752c0a2d45f81858ec0fe8737a45eebb201 /pkgs/development/web/nodejs
parentfae732edb11876800db7b9f1eebbc7c553a9c99b (diff)
downloadnixlib-9e9c6de50cf24cd7fa7ba847fa3d5d4b6c83ea42.tar
nixlib-9e9c6de50cf24cd7fa7ba847fa3d5d4b6c83ea42.tar.gz
nixlib-9e9c6de50cf24cd7fa7ba847fa3d5d4b6c83ea42.tar.bz2
nixlib-9e9c6de50cf24cd7fa7ba847fa3d5d4b6c83ea42.tar.lz
nixlib-9e9c6de50cf24cd7fa7ba847fa3d5d4b6c83ea42.tar.xz
nixlib-9e9c6de50cf24cd7fa7ba847fa3d5d4b6c83ea42.tar.zst
nixlib-9e9c6de50cf24cd7fa7ba847fa3d5d4b6c83ea42.zip
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/v8.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/development/web/nodejs/v8.nix b/pkgs/development/web/nodejs/v8.nix
deleted file mode 100644
index 90d88215d3fd..000000000000
--- a/pkgs/development/web/nodejs/v8.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ callPackage, enableNpm ? true }:
-
-let
-  buildNodejs = callPackage ./nodejs.nix {};
-in
-  buildNodejs {
-    inherit enableNpm;
-    version = "8.16.0";
-    sha256 = "0h3k5y51fyysqnqb8n5v5zxga937pipag49xzx6xr9b82phfh59m";
-  }