3
0
Fork 0
forked from mirrors/nixpkgs

nodejs-5_x: remove outdated file

This commit is contained in:
Willi Butz 2016-10-20 22:45:09 +02:00
parent 11cbeda675
commit d0f288e002

View file

@ -1,12 +0,0 @@
{ stdenv, fetchurl, openssl, python, zlib, libuv, v8, utillinux, http-parser
, pkgconfig, runCommand, which, libtool
, callPackage
}@args:
import ./nodejs.nix (args // rec {
version = "5.12.0";
src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.xz";
sha256 = "4f926373f11f2a25156eee1804ec012eb912c42e5d34fc2909889da22efdadfe";
};
})