forked from mirrors/nixpkgs
nodejs-5_x: remove outdated file
This commit is contained in:
parent
11cbeda675
commit
d0f288e002
|
@ -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";
|
||||
};
|
||||
})
|
Loading…
Reference in a new issue